Html Css Color HEX #312437 Blackcurrant

📋 copy color: '#312437'

red 49 ◦ green 36 ◦ blue 55

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

Shades of Blackcurrant #312437

Tints of Blackcurrant #312437

RGB

 RED value IS 49 (19.53% from 255) = 35%

 GREEN value IS 36 (14.45% from 255) = 25.71%

 BLUE value IS 55 (21.88% from 255) = 39.29%

R = 35%
G = 25.71%
B = 39.29%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312437 (or 0x312437) is known color: Blackcurrant. HEX triplet: 31, 24 and 37. RGB value is (49,36,55). Sum of RGB (Red+Green+Blue) = 49+36+55=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #312437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312437 is #CEDBC8. Grayscale: #292929. Windows color (decimal): -13556681 or 3613745. OLE color: 3613745.

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

Color convert

RGB 49 36 55 -
CMYK 0.11 0.35 0 0.78
HSL 281.05º 0.21% 0.18% -
HSV(B) 281.05º 0.35% 0.22% -
XYZ 2.59 2.19 3.9 -
YUV 42.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 49 36 55 0.11 0.35 0 0.78 281.05 0.21 0.18
Hex 31 24 37 B 23 0 4E 119 15 12
Octal 61 44 67 13 43 0 116 431 25 22
Binary 110001 100100 110111 1011 100011 0 1001110 100011001 10101 10010

Color Harmonies of #312437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312437

Black with #312437

Text Example


Text Example

White with #312437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312437; }

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

 H1.HeaderClassName
 {
   color: #312437;
 }
 .AnyTagClassName
 {
   color: #312437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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