#370753

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

Shades of Blackcurrant #370753

Tints of Blackcurrant #370753

Color information

#370753 (or 0x370753) is unknown color: approx Blackcurrant. HEX triplet: 37, 07 and 53. RGB value is (55,7,83). Sum of RGB (Red+Green+Blue) = 55+7+83=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #370753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370753 is #C8F8AC. Grayscale: #1D1D1D. Windows color (decimal): -13170861 or 5441335. OLE color: 5441335.

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

Color convert

RGB55783-
CMYK0.340.9200.67
HSL277.89º84.44%17.65%-
HSV(B)277.89º91.57%32.55%-
XYZ3.211.598.32-
YUV30.02157.9145.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=37.93%
G=4.83%
B=57.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal557830.340.9200.67277.8984.4417.65
Hex37753225C0431165412
Octal67712342134010342612422
Binary1101111111010011100010101110001000011100010110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370753; }

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

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

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

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

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

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

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

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