#372243

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

Shades of Blackcurrant #372243

Tints of Blackcurrant #372243

Color information

#372243 (or 0x372243) is unknown color: approx Blackcurrant. HEX triplet: 37, 22 and 43. RGB value is (55,34,67). Sum of RGB (Red+Green+Blue) = 55+34+67=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 67 - color contains mainly: blue. Hex color #372243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372243 is #C8DDBC. Grayscale: #2B2B2B. Windows color (decimal): -13163965 or 4399671. OLE color: 4399671.

HSL color Cylindrical-coordinate representation of color #372243: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372243 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB553467-
CMYK0.180.4900.74
HSL278.18º32.67%19.8%-
HSV(B)278.18º49.25%26.27%-
XYZ3.162.365.6-
YUV44.04140.96135.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=35.26%
G=21.79%
B=42.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5534670.180.4900.74278.1832.6719.8
Hex372243123104A1162114
Octal6742103226101124264124
Binary1101111000101000011100101100010100101010001011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372243; }

 p { color: rgb(55,34,67); }

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

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

 a { background-color: rgb(55,34,67); }

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

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

 span { border-color: rgb(55,34,67); }

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