Html Css Color HEX #312042 Blackcurrant

📋 copy color: '#312042'

red 49 ◦ green 32 ◦ blue 66

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

Shades of Blackcurrant #312042

Tints of Blackcurrant #312042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 33.33%
G = 21.77%
B = 44.9%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#312042 (or 0x312042) is known color: Blackcurrant. HEX triplet: 31, 20 and 42. RGB value is (49,32,66). Sum of RGB (Red+Green+Blue) = 49+32+66=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #312042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312042 is #CEDFBD. Grayscale: #282828. Windows color (decimal): -13557694 or 4333617. OLE color: 4333617.

HSL color Cylindrical-coordinate representation of color #312042: hue angle of 270º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312042 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 32 66 -
CMYK 0.26 0.52 0 0.74
HSL 270º 0.35% 0.19% -
HSV(B) 270º 0.52% 0.26% -
XYZ 2.77 2.08 5.41 -
YUV 40.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 49 32 66 0.26 0.52 0 0.74 270 0.35 0.19
Hex 31 20 42 1A 34 0 4A 10E 23 13
Octal 61 40 102 32 64 0 112 416 43 23
Binary 110001 100000 1000010 11010 110100 0 1001010 100001110 100011 10011

Color Harmonies of #312042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312042

Black with #312042

Text Example


Text Example

White with #312042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312042; }

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

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

background-color css

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

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

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

border-color css

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

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

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