#372145

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

Shades of Blackcurrant #372145

Tints of Blackcurrant #372145

Color information

#372145 (or 0x372145) is unknown color: approx Blackcurrant. HEX triplet: 37, 21 and 45. RGB value is (55,33,69). Sum of RGB (Red+Green+Blue) = 55+33+69=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #372145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372145 is #C8DEBA. Grayscale: #2B2B2B. Windows color (decimal): -13164219 or 4530487. OLE color: 4530487.

HSL color Cylindrical-coordinate representation of color #372145: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #372145 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553369-
CMYK0.200.5200.73
HSL276.67º35.29%20%-
HSV(B)276.67º52.17%27.06%-
XYZ3.192.335.91-
YUV43.68142.29136.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=35.03%
G=21.02%
B=43.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5533690.200.5200.73276.6735.2920
Hex37214514340491152314
Octal6741105246401114254324
Binary1101111000011000101101001101000100100110001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372145; }

 p { color: rgb(55,33,69); }

 H1.HeaderClassName
 {
   color: #372145;
 }
 .AnyTagClassName
 {
   color: #372145;
 }
</style>
background-color css

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

 a { background-color: rgb(55,33,69); }

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

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

 span { border-color: rgb(55,33,69); }

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