#370256

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

Shades of Blackcurrant #370256

Tints of Blackcurrant #370256

Color information

#370256 (or 0x370256) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 56. RGB value is (55,2,86). Sum of RGB (Red+Green+Blue) = 55+2+86=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #370256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370256 is #C8FDA9. Grayscale: #1B1B1B. Windows color (decimal): -13172138 or 5636663. OLE color: 5636663.

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

Color convert

RGB55286-
CMYK0.360.9800.66
HSL277.86º95.45%17.25%-
HSV(B)277.86º97.67%33.73%-
XYZ3.281.538.93-
YUV27.42161.06147.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=38.46%
G=1.40%
B=60.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal552860.360.9800.66277.8695.4517.25
Hex3725624620421165f11
Octal67212644142010242613721
Binary110111101010110100100110001001000010100010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370256; }

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

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

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

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

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

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

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

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