Html Css Color HEX #311939 Blackcurrant

📋 copy color: '#311939'

red 49 ◦ green 25 ◦ blue 57

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

Shades of Blackcurrant #311939

Tints of Blackcurrant #311939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 37.4%
G = 19.08%
B = 43.51%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311939 (or 0x311939) is known color: Blackcurrant. HEX triplet: 31, 19 and 39. RGB value is (49,25,57). Sum of RGB (Red+Green+Blue) = 49+25+57=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #311939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311939 is #CEE6C6. Grayscale: #232323. Windows color (decimal): -13559495 or 3742001. OLE color: 3742001.

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

Color convert

RGB 49 25 57 -
CMYK 0.14 0.56 0 0.78
HSL 285º 0.39% 0.16% -
HSV(B) 285º 0.56% 0.22% -
XYZ 2.35 1.64 4.06 -
YUV 35.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 49 25 57 0.14 0.56 0 0.78 285 0.39 0.16
Hex 31 19 39 E 38 0 4E 11D 27 10
Octal 61 31 71 16 70 0 116 435 47 20
Binary 110001 11001 111001 1110 111000 0 1001110 100011101 100111 10000

Color Harmonies of #311939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311939

Black with #311939

Text Example


Text Example

White with #311939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311939; }

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

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

background-color css

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

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

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

border-color css

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

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

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