#312536

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

Shades of Blackcurrant #312536

Tints of Blackcurrant #312536

Color information

#312536 (or 0x312536) is unknown color: approx Blackcurrant. HEX triplet: 31, 25 and 36. RGB value is (49,37,54). Sum of RGB (Red+Green+Blue) = 49+37+54=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #312536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312536 is #CEDAC9. Grayscale: #2A2A2A. Windows color (decimal): -13556426 or 3548465. OLE color: 3548465.

HSL color Cylindrical-coordinate representation of color #312536: hue angle of 282.35º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312536 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493754-
CMYK0.090.3100.79
HSL282.35º18.68%17.84%-
HSV(B)282.35º31.48%21.18%-
XYZ2.592.243.79-
YUV42.53134.48132.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=35%
G=26.43%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4937540.090.3100.79282.3518.6817.84
Hex31253691F04F11a1312
Octal614566113701174322322
Binary110001100101110110100111111010011111000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312536; }

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

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

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

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

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

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

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

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