Html Css Color HEX #312839 Blackcurrant

📋 copy color: '#312839'

red 49 ◦ green 40 ◦ blue 57

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

Shades of Blackcurrant #312839

Tints of Blackcurrant #312839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 33.56%
G = 27.4%
B = 39.04%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312839 (or 0x312839) is known color: Blackcurrant. HEX triplet: 31, 28 and 39. RGB value is (49,40,57). Sum of RGB (Red+Green+Blue) = 49+40+57=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #312839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312839 is #CED7C6. Grayscale: #2C2C2C. Windows color (decimal): -13555655 or 3745841. OLE color: 3745841.

HSL color Cylindrical-coordinate representation of color #312839: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312839 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 40 57 -
CMYK 0.14 0.30 0 0.78
HSL 271.76º 0.18% 0.19% -
HSV(B) 271.76º 0.3% 0.22% -
XYZ 2.76 2.47 4.2 -
YUV 44.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 49 40 57 0.14 0.30 0 0.78 271.76 0.18 0.19
Hex 31 28 39 E 1E 0 4E 110 12 13
Octal 61 50 71 16 36 0 116 420 22 23
Binary 110001 101000 111001 1110 11110 0 1001110 100010000 10010 10011

Color Harmonies of #312839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312839

Black with #312839

Text Example


Text Example

White with #312839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312839; }

 p { color: rgb(49,40,57); }

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

background-color css

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

 a { background-color: rgb(49,40,57); }

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

border-color css

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

 span { border-color: rgb(49,40,57); }

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