Html Css Color HEX #312536 Blackcurrant

📋 copy color: '#312536'

red 49 ◦ green 37 ◦ blue 54

#312536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #312536

Tints of Blackcurrant #312536

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 value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312536 (or 0x312536) is known color: 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

RGB 49 37 54 -
CMYK 0.09 0.31 0 0.79
HSL 282.35º 0.19% 0.18% -
HSV(B) 282.35º 0.31% 0.21% -
XYZ 2.59 2.24 3.79 -
YUV 42.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 49 37 54 0.09 0.31 0 0.79 282.35 0.19 0.18
Hex 31 25 36 9 1F 0 4F 11A 13 12
Octal 61 45 66 11 37 0 117 432 23 22
Binary 110001 100101 110110 1001 11111 0 1001111 100011010 10011 10010

Color Harmonies of #312536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312536

Black with #312536

Text Example


Text Example

White with #312536

Text Example


Text Example

HTML Codes & Css Web 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>