#370159

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

Shades of Blackcurrant #370159

Tints of Blackcurrant #370159

Color information

#370159 (or 0x370159) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 59. RGB value is (55,1,89). Sum of RGB (Red+Green+Blue) = 55+1+89=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #370159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370159 is #C8FEA6. Grayscale: #1A1A1A. Windows color (decimal): -13172391 or 5833015. OLE color: 5833015.

HSL color Cylindrical-coordinate representation of color #370159: hue angle of 276.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370159 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55189-
CMYK0.380.9900.65
HSL276.82º97.78%17.65%-
HSV(B)276.82º98.88%34.9%-
XYZ3.391.569.57-
YUV27.18162.89147.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=37.93%
G=0.69%
B=61.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal551890.380.9900.65276.8297.7817.65
Hex3715926630411156212
Octal67113146143010142514222
Binary11011111011001100110110001101000001100010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370159; }

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

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

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

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

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

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

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

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