#311C36

Color #311C36 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #311C36

Tints of Blackcurrant #311C36

Color information

#311C36 (or 0x311C36) is unknown color: approx Blackcurrant. HEX triplet: 31, 1C and 36. RGB value is (49,28,54). Sum of RGB (Red+Green+Blue) = 49+28+54=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #311C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C36 is #CEE3C9. Grayscale: #252525. Windows color (decimal): -13558730 or 3546161. OLE color: 3546161.

HSL color Cylindrical-coordinate representation of color #311C36: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #311C36 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB492854-
CMYK0.090.4800.79
HSL288.46º31.71%16.08%-
HSV(B)288.46º48.15%21.18%-
XYZ2.351.753.7-
YUV37.24137.46136.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=37.40%
G=21.37%
B=41.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4928540.090.4800.79288.4631.7116.08
Hex311C3693004F1202010
Octal613466116001174404020
Binary1100011110011011010011100000100111110010000010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C36; }

 p { color: rgb(49,28,54); }

 H1.HeaderClassName
 {
   color: #311C36;
 }
 .AnyTagClassName
 {
   color: #311C36;
 }
</style>
background-color css

<style>
 a { background-color: #311C36; }

 a { background-color: rgb(49,28,54); }

 div.DivClassName
 {
   background-color: #311C36;
 }
 .BgClassName
 {
   background-color: #311C36;
 }
</style>
border-color css

<style>
 span { border-color: #311C36; }

 span { border-color: rgb(49,28,54); }

 td.TdClassName
 {
   border-color: #311C36;
 }
 .TagClassName
 {
   border-color: #311C36;
 }
</style>