#370952

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

Shades of Blackcurrant #370952

Tints of Blackcurrant #370952

Color information

#370952 (or 0x370952) is unknown color: approx Blackcurrant. HEX triplet: 37, 09 and 52. RGB value is (55,9,82). Sum of RGB (Red+Green+Blue) = 55+9+82=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #370952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370952 is #C8F6AD. Grayscale: #1E1E1E. Windows color (decimal): -13170350 or 5376311. OLE color: 5376311.

HSL color Cylindrical-coordinate representation of color #370952: hue angle of 277.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370952 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55982-
CMYK0.330.8900.68
HSL277.81º80.22%17.84%-
HSV(B)277.81º89.02%32.16%-
XYZ3.21.628.13-
YUV31.08156.74145.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=37.67%
G=6.16%
B=56.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal559820.330.8900.68277.8180.2217.84
Hex3795221590441165012
Octal671112241131010442612022
Binary11011110011010010100001101100101000100100010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370952; }

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

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

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

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

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

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

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

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