#311837

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

Shades of Blackcurrant #311837

Tints of Blackcurrant #311837

Color information

#311837 (or 0x311837) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 37. RGB value is (49,24,55). Sum of RGB (Red+Green+Blue) = 49+24+55=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #311837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311837 is #CEE7C8. Grayscale: #222222. Windows color (decimal): -13559753 or 3610673. OLE color: 3610673.

HSL color Cylindrical-coordinate representation of color #311837: hue angle of 288.39º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #311837 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492455-
CMYK0.110.5600.78
HSL288.39º39.24%15.49%-
HSV(B)288.39º56.36%21.57%-
XYZ2.281.583.8-
YUV35.01139.28137.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 55 (21.88% from 255) = 42.97%
R=38.28%
G=18.75%
B=42.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4924550.110.5600.78288.3939.2415.49
Hex311837B3804E12027f
Octal613067137001164404717
Binary110001110001101111011111000010011101001000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311837; }

 p { color: rgb(49,24,55); }

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

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

 a { background-color: rgb(49,24,55); }

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

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

 span { border-color: rgb(49,24,55); }

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