#370049

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

Shades of Blackcurrant #370049

Tints of Blackcurrant #370049

Color information

#370049 (or 0x370049) is unknown color: approx Blackcurrant. HEX triplet: 37, 00 and 49. RGB value is (55,0,73). Sum of RGB (Red+Green+Blue) = 55+0+73=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #370049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370049 is #C8FFB6. Grayscale: #181818. Windows color (decimal): -13172663 or 4784183. OLE color: 4784183.

HSL color Cylindrical-coordinate representation of color #370049: hue angle of 285.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370049 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55073-
CMYK0.25100.71
HSL285.21º100%14.31%-
HSV(B)285.21º100%28.63%-
XYZ2.781.296.41-
YUV24.77155.22149.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=42.97%
G=0%
B=57.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal550730.25100.71285.2110014.31
Hex37049196404711d64e
Octal67011131144010743514416
Binary110111010010011100111001000100011110001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370049; }

 p { color: rgb(55,0,73); }

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

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

 a { background-color: rgb(55,0,73); }

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

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

 span { border-color: rgb(55,0,73); }

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