#370953

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

Shades of Blackcurrant #370953

Tints of Blackcurrant #370953

Color information

#370953 (or 0x370953) is unknown color: approx Blackcurrant. HEX triplet: 37, 09 and 53. RGB value is (55,9,83). Sum of RGB (Red+Green+Blue) = 55+9+83=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #370953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370953 is #C8F6AC. Grayscale: #1E1E1E. Windows color (decimal): -13170349 or 5441847. OLE color: 5441847.

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

Color convert

RGB55983-
CMYK0.340.8900.67
HSL277.3º80.43%18.04%-
HSV(B)277.3º89.16%32.55%-
XYZ3.231.638.33-
YUV31.19157.24144.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=37.41%
G=6.12%
B=56.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal559830.340.8900.67277.380.4318.04
Hex3795322590431155012
Octal671112342131010342512022
Binary11011110011010011100010101100101000011100010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370953; }

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

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

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

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

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

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

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

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