Html Css Color HEX #311E39 Blackcurrant

📋 copy color: '#311E39'

red 49 ◦ green 30 ◦ blue 57

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

Shades of Blackcurrant #311E39

Tints of Blackcurrant #311E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.06%

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

R = 36.03%
G = 22.06%
B = 41.91%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311E39 (or 0x311E39) is known color: Blackcurrant. HEX triplet: 31, 1E and 39. RGB value is (49,30,57). Sum of RGB (Red+Green+Blue) = 49+30+57=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #311E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E39 is #CEE1C6. Grayscale: #262626. Windows color (decimal): -13558215 or 3743281. OLE color: 3743281.

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

Color convert

RGB 49 30 57 -
CMYK 0.14 0.47 0 0.78
HSL 282.22º 0.31% 0.17% -
HSV(B) 282.22º 0.47% 0.22% -
XYZ 2.47 1.88 4.1 -
YUV 38.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 49 30 57 0.14 0.47 0 0.78 282.22 0.31 0.17
Hex 31 1E 39 E 2F 0 4E 11A 1F 11
Octal 61 36 71 16 57 0 116 432 37 21
Binary 110001 11110 111001 1110 101111 0 1001110 100011010 11111 10001

Color Harmonies of #311E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E39

Black with #311E39

Text Example


Text Example

White with #311E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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