Html Css Color HEX #311937 Blackcurrant

📋 copy color: '#311937'

red 49 ◦ green 25 ◦ blue 55

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

Shades of Blackcurrant #311937

Tints of Blackcurrant #311937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 37.98%
G = 19.38%
B = 42.64%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311937 (or 0x311937) is known color: Blackcurrant. HEX triplet: 31, 19 and 37. RGB value is (49,25,55). Sum of RGB (Red+Green+Blue) = 49+25+55=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #311937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311937 is #CEE6C8. Grayscale: #232323. Windows color (decimal): -13559497 or 3610929. OLE color: 3610929.

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

Color convert

RGB 49 25 55 -
CMYK 0.11 0.55 0 0.78
HSL 288º 0.38% 0.16% -
HSV(B) 288º 0.55% 0.22% -
XYZ 2.3 1.62 3.81 -
YUV 35.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 49 25 55 0.11 0.55 0 0.78 288 0.38 0.16
Hex 31 19 37 B 37 0 4E 120 26 10
Octal 61 31 67 13 67 0 116 440 46 20
Binary 110001 11001 110111 1011 110111 0 1001110 100100000 100110 10000

Color Harmonies of #311937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311937

Black with #311937

Text Example


Text Example

White with #311937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311937; }

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

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

background-color css

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

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

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

border-color css

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

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

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