#371D42

Color #371D42 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #371D42

Tints of Blackcurrant #371D42

Color information

#371D42 (or 0x371D42) is unknown color: approx 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

RGB552966-
CMYK0.170.5600.74
HSL282.16º38.95%18.63%-
HSV(B)282.16º56.06%25.88%-
XYZ32.085.4-
YUV40.99142.11137.99-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5529660.170.5600.74282.1638.9518.63
Hex371D42113804A11a2713
Octal6735102217001124324723
Binary110111111011000010100011110000100101010001101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>