#370456

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

Shades of Blackcurrant #370456

Tints of Blackcurrant #370456

Color information

#370456 (or 0x370456) is unknown color: approx Blackcurrant. HEX triplet: 37, 04 and 56. RGB value is (55,4,86). Sum of RGB (Red+Green+Blue) = 55+4+86=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #370456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370456 is #C8FBA9. Grayscale: #1C1C1C. Windows color (decimal): -13171626 or 5637175. OLE color: 5637175.

HSL color Cylindrical-coordinate representation of color #370456: hue angle of 277.32º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370456 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55486-
CMYK0.360.9500.66
HSL277.32º91.11%17.65%-
HSV(B)277.32º95.35%33.73%-
XYZ3.31.578.93-
YUV28.6160.4146.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 86 (33.98% from 255) = 59.31%
R=37.93%
G=2.76%
B=59.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal554860.360.9500.66277.3291.1117.65
Hex37456245F0421155b12
Octal67412644137010242513322
Binary1101111001010110100100101111101000010100010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370456; }

 p { color: rgb(55,4,86); }

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

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

 a { background-color: rgb(55,4,86); }

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

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

 span { border-color: rgb(55,4,86); }

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