#370C49

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

Shades of Blackcurrant #370C49

Tints of Blackcurrant #370C49

Color information

#370C49 (or 0x370C49) is unknown color: approx Blackcurrant. HEX triplet: 37, 0C and 49. RGB value is (55,12,73). Sum of RGB (Red+Green+Blue) = 55+12+73=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #370C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C49 is #C8F3B6. Grayscale: #1F1F1F. Windows color (decimal): -13169591 or 4787255. OLE color: 4787255.

HSL color Cylindrical-coordinate representation of color #370C49: hue angle of 282.3º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370C49 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551273-
CMYK0.250.8400.71
HSL282.3º71.76%16.67%-
HSV(B)282.3º83.56%28.63%-
XYZ2.911.566.45-
YUV31.81151.25144.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 73 (28.91% from 255) = 52.14%
R=39.29%
G=8.57%
B=52.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5512730.250.8400.71282.371.7616.67
Hex37C49195404711a4811
Octal671411131124010743211021
Binary1101111100100100111001101010001000111100011010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370C49; }

 p { color: rgb(55,12,73); }

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

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

 a { background-color: rgb(55,12,73); }

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

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

 span { border-color: rgb(55,12,73); }

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