Html Css Color HEX #312039 Blackcurrant

📋 copy color: '#312039'

red 49 ◦ green 32 ◦ blue 57

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

Shades of Blackcurrant #312039

Tints of Blackcurrant #312039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

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

R = 35.51%
G = 23.19%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312039 (or 0x312039) is known color: Blackcurrant. HEX triplet: 31, 20 and 39. RGB value is (49,32,57). Sum of RGB (Red+Green+Blue) = 49+32+57=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #312039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312039 is #CEDFC6. Grayscale: #272727. Windows color (decimal): -13557703 or 3743793. OLE color: 3743793.

HSL color Cylindrical-coordinate representation of color #312039: hue angle of 280.8º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312039 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 32 57 -
CMYK 0.14 0.44 0 0.78
HSL 280.8º 0.28% 0.17% -
HSV(B) 280.8º 0.44% 0.22% -
XYZ 2.52 1.98 4.12 -
YUV 39.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 49 32 57 0.14 0.44 0 0.78 280.8 0.28 0.17
Hex 31 20 39 E 2C 0 4E 119 1C 11
Octal 61 40 71 16 54 0 116 431 34 21
Binary 110001 100000 111001 1110 101100 0 1001110 100011001 11100 10001

Color Harmonies of #312039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312039

Black with #312039

Text Example


Text Example

White with #312039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312039; }

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

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

background-color css

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

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

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

border-color css

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

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

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