Html Css Color HEX #371F44 Blackcurrant

📋 copy color: '#371F44'

red 55 ◦ green 31 ◦ blue 68

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

Shades of Blackcurrant #371F44

Tints of Blackcurrant #371F44

RGB

 RED value IS 55 (21.88% from 255) = 35.71%

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 68 (26.95% from 255) = 44.16%

R = 35.71%
G = 20.13%
B = 44.16%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371F44 (or 0x371F44) is known color: Blackcurrant. HEX triplet: 37, 1F and 44. RGB value is (55,31,68). Sum of RGB (Red+Green+Blue) = 55+31+68=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #371F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F44 is #C8E0BB. Grayscale: #2A2A2A. Windows color (decimal): -13164732 or 4464439. OLE color: 4464439.

HSL color Cylindrical-coordinate representation of color #371F44: hue angle of 278.92º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #371F44 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 31 68 -
CMYK 0.19 0.54 0 0.73
HSL 278.92º 0.37% 0.19% -
HSV(B) 278.92º 0.54% 0.27% -
XYZ 3.11 2.21 5.73 -
YUV 42.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 55 31 68 0.19 0.54 0 0.73 278.92 0.37 0.19
Hex 37 1F 44 13 36 0 49 117 25 13
Octal 67 37 104 23 66 0 111 427 45 23
Binary 110111 11111 1000100 10011 110110 0 1001001 100010111 100101 10011

Color Harmonies of #371F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F44

Black with #371F44

Text Example


Text Example

White with #371F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F44; }

 p { color: rgb(55,31,68); }

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

background-color css

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

 a { background-color: rgb(55,31,68); }

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

border-color css

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

 span { border-color: rgb(55,31,68); }

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