Html Css Color HEX #312537 Blackcurrant

📋 copy color: '#312537'

red 49 ◦ green 37 ◦ blue 55

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

Shades of Blackcurrant #312537

Tints of Blackcurrant #312537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 34.75%
G = 26.24%
B = 39.01%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312537 (or 0x312537) is known color: Blackcurrant. HEX triplet: 31, 25 and 37. RGB value is (49,37,55). Sum of RGB (Red+Green+Blue) = 49+37+55=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #312537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312537 is #CEDAC8. Grayscale: #2A2A2A. Windows color (decimal): -13556425 or 3614001. OLE color: 3614001.

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

Color convert

RGB 49 37 55 -
CMYK 0.11 0.33 0 0.78
HSL 280º 0.2% 0.18% -
HSV(B) 280º 0.33% 0.22% -
XYZ 2.62 2.25 3.91 -
YUV 42.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 49 37 55 0.11 0.33 0 0.78 280 0.2 0.18
Hex 31 25 37 B 21 0 4E 118 14 12
Octal 61 45 67 13 41 0 116 430 24 22
Binary 110001 100101 110111 1011 100001 0 1001110 100011000 10100 10010

Color Harmonies of #312537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312537

Black with #312537

Text Example


Text Example

White with #312537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312537; }

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

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

background-color css

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

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

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

border-color css

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

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

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