Html Css Color HEX #371D42 Blackcurrant

📋 copy color: '#371D42'

red 55 ◦ green 29 ◦ blue 66

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

Shades of Blackcurrant #371D42

Tints of Blackcurrant #371D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 36.67%
G = 19.33%
B = 44%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#371D42 (or 0x371D42) is known color: Blackcurrant. HEX triplet: 37, 1D and 42. RGB value is (55,29,66). Sum of RGB (Red+Green+Blue) = 55+29+66=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #371D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D42 is #C8E2BD. Grayscale: #282828. Windows color (decimal): -13165246 or 4332855. OLE color: 4332855.

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

Color convert

RGB 55 29 66 -
CMYK 0.17 0.56 0 0.74
HSL 282.16º 0.39% 0.19% -
HSV(B) 282.16º 0.56% 0.26% -
XYZ 3 2.08 5.4 -
YUV 40.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 55 29 66 0.17 0.56 0 0.74 282.16 0.39 0.19
Hex 37 1D 42 11 38 0 4A 11A 27 13
Octal 67 35 102 21 70 0 112 432 47 23
Binary 110111 11101 1000010 10001 111000 0 1001010 100011010 100111 10011

Color Harmonies of #371D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D42

Black with #371D42

Text Example


Text Example

White with #371D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,66); }

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

background-color css

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

 a { background-color: rgb(55,29,66); }

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

border-color css

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

 span { border-color: rgb(55,29,66); }

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