#370556

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

Shades of Blackcurrant #370556

Tints of Blackcurrant #370556

Color information

#370556 (or 0x370556) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 56. RGB value is (55,5,86). Sum of RGB (Red+Green+Blue) = 55+5+86=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #370556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370556 is #C8FAA9. Grayscale: #1C1C1C. Windows color (decimal): -13171370 or 5637431. OLE color: 5637431.

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

Color convert

RGB55586-
CMYK0.360.9400.66
HSL277.04º89.01%17.84%-
HSV(B)277.04º94.19%33.73%-
XYZ3.311.598.94-
YUV29.18160.06146.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 86 (33.98% from 255) = 58.90%
R=37.67%
G=3.42%
B=58.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal555860.360.9400.66277.0489.0117.84
Hex37556245E0421155912
Octal67512644136010242513122
Binary1101111011010110100100101111001000010100010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370556; }

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

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

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

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

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

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

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

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