#370142

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

Shades of Blackcurrant #370142

Tints of Blackcurrant #370142

Color information

#370142 (or 0x370142) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 42. RGB value is (55,1,66). Sum of RGB (Red+Green+Blue) = 55+1+66=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #370142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370142 is #C8FEBD. Grayscale: #181818. Windows color (decimal): -13172414 or 4325687. OLE color: 4325687.

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

Color convert

RGB55166-
CMYK0.170.9800.74
HSL289.85º97.01%13.14%-
HSV(B)289.85º98.48%25.88%-
XYZ2.571.235.26-
YUV24.56151.39149.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 66 (26.17% from 255) = 54.10%
R=45.08%
G=0.82%
B=54.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal551660.170.9800.74289.8597.0113.14
Hex37142116204A12261d
Octal67110221142011244214115
Binary110111110000101000111000100100101010010001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370142; }

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

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

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

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

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

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

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

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