#370255

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

Shades of Blackcurrant #370255

Tints of Blackcurrant #370255

Color information

#370255 (or 0x370255) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 55. RGB value is (55,2,85). Sum of RGB (Red+Green+Blue) = 55+2+85=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #370255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370255 is #C8FDAA. Grayscale: #1B1B1B. Windows color (decimal): -13172139 or 5571127. OLE color: 5571127.

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

Color convert

RGB55285-
CMYK0.350.9800.67
HSL278.31º95.4%17.06%-
HSV(B)278.31º97.65%33.33%-
XYZ3.241.518.72-
YUV27.31160.56147.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=38.73%
G=1.41%
B=59.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal552850.350.9800.67278.3195.417.06
Hex3725523620431165f11
Octal67212543142010342613721
Binary110111101010101100011110001001000011100010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370255; }

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

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

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

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

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

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

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

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