#370553

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

Shades of Blackcurrant #370553

Tints of Blackcurrant #370553

Color information

#370553 (or 0x370553) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 53. RGB value is (55,5,83). Sum of RGB (Red+Green+Blue) = 55+5+83=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #370553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370553 is #C8FAAC. Grayscale: #1C1C1C. Windows color (decimal): -13171373 or 5440823. OLE color: 5440823.

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

Color convert

RGB55583-
CMYK0.340.9400.67
HSL278.46º88.64%17.25%-
HSV(B)278.46º93.98%32.55%-
XYZ3.191.558.31-
YUV28.84158.56146.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=38.46%
G=3.50%
B=58.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal555830.340.9400.67278.4688.6417.25
Hex37553225E0431165911
Octal67512342136010342613121
Binary1101111011010011100010101111001000011100010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370553; }

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

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

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

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

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

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

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

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