#37203F

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

Shades of Blackcurrant #37203F

Tints of Blackcurrant #37203F

Color information

#37203F (or 0x37203F) is unknown color: approx Blackcurrant. HEX triplet: 37, 20 and 3F. RGB value is (55,32,63). Sum of RGB (Red+Green+Blue) = 55+32+63=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #37203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37203F is #C8DFC0. Grayscale: #2A2A2A. Windows color (decimal): -13164481 or 4137015. OLE color: 4137015.

HSL color Cylindrical-coordinate representation of color #37203F: hue angle of 284.52º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37203F is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB553263-
CMYK0.130.4900.75
HSL284.52º32.63%18.63%-
HSV(B)284.52º49.21%24.71%-
XYZ2.992.24.97-
YUV42.41139.62136.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 63 (25% from 255) = 42%
R=36.67%
G=21.33%
B=42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5532630.130.4900.75284.5232.6318.63
Hex37203FD3104B11d2113
Octal674077156101134354123
Binary11011110000011111111011100010100101110001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37203F; }

 p { color: rgb(55,32,63); }

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

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

 a { background-color: rgb(55,32,63); }

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

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

 span { border-color: rgb(55,32,63); }

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