#370E52

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

Shades of Blackcurrant #370E52

Tints of Blackcurrant #370E52

Color information

#370E52 (or 0x370E52) is unknown color: approx Blackcurrant. HEX triplet: 37, 0E and 52. RGB value is (55,14,82). Sum of RGB (Red+Green+Blue) = 55+14+82=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #370E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E52 is #C8F1AD. Grayscale: #212121. Windows color (decimal): -13169070 or 5377591. OLE color: 5377591.

HSL color Cylindrical-coordinate representation of color #370E52: hue angle of 276.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #370E52 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB551482-
CMYK0.330.8300.68
HSL276.18º70.83%18.82%-
HSV(B)276.18º82.93%32.16%-
XYZ3.261.748.15-
YUV34.01155.08142.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=36.42%
G=9.27%
B=54.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5514820.330.8300.68276.1870.8318.82
Hex37E5221530441144713
Octal671612241123010442410723
Binary11011111101010010100001101001101000100100010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E52; }

 p { color: rgb(55,14,82); }

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

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

 a { background-color: rgb(55,14,82); }

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

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

 span { border-color: rgb(55,14,82); }

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