#370042

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

Shades of Blackcurrant #370042

Tints of Blackcurrant #370042

Color information

#370042 (or 0x370042) is unknown color: approx Blackcurrant. HEX triplet: 37, 00 and 42. RGB value is (55,0,66). Sum of RGB (Red+Green+Blue) = 55+0+66=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #370042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370042 is #C8FFBD. Grayscale: #171717. Windows color (decimal): -13172670 or 4325431. OLE color: 4325431.

HSL color Cylindrical-coordinate representation of color #370042: hue angle of 290º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370042 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB55066-
CMYK0.17100.74
HSL290º100%12.94%-
HSV(B)290º100%25.88%-
XYZ2.561.215.25-
YUV23.97151.72150.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal550660.17100.7429010012.94
Hex37042116404A12264d
Octal67010221144011244214415
Binary110111010000101000111001000100101010010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370042; }

 p { color: rgb(55,0,66); }

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

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

 a { background-color: rgb(55,0,66); }

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

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

 span { border-color: rgb(55,0,66); }

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