#370956

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

Shades of Blackcurrant #370956

Tints of Blackcurrant #370956

Color information

#370956 (or 0x370956) is unknown color: approx Blackcurrant. HEX triplet: 37, 09 and 56. RGB value is (55,9,86). Sum of RGB (Red+Green+Blue) = 55+9+86=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #370956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370956 is #C8F6A9. Grayscale: #1F1F1F. Windows color (decimal): -13170346 or 5638455. OLE color: 5638455.

HSL color Cylindrical-coordinate representation of color #370956: hue angle of 275.84º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370956 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55986-
CMYK0.360.9000.66
HSL275.84º81.05%18.63%-
HSV(B)275.84º89.53%33.73%-
XYZ3.351.688.95-
YUV31.53158.74144.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=36.67%
G=6%
B=57.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal559860.360.9000.66275.8481.0518.63
Hex37956245A0421145113
Octal671112644132010242412123
Binary11011110011010110100100101101001000010100010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370956; }

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

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

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

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

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

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

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

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