#370558

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

Shades of Blackcurrant #370558

Tints of Blackcurrant #370558

Color information

#370558 (or 0x370558) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 58. RGB value is (55,5,88). Sum of RGB (Red+Green+Blue) = 55+5+88=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #370558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370558 is #C8FAA7. Grayscale: #1D1D1D. Windows color (decimal): -13171368 or 5768503. OLE color: 5768503.

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

Color convert

RGB55588-
CMYK0.380.9400.65
HSL276.14º89.25%18.24%-
HSV(B)276.14º94.32%34.51%-
XYZ3.391.639.37-
YUV29.41161.06146.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=37.16%
G=3.38%
B=59.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal555880.380.9400.65276.1489.2518.24
Hex37558265E0411145912
Octal67513046136010142413122
Binary1101111011011000100110101111001000001100010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370558; }

 p { color: rgb(55,5,88); }

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

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

 a { background-color: rgb(55,5,88); }

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

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

 span { border-color: rgb(55,5,88); }

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