#370149

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

Shades of Blackcurrant #370149

Tints of Blackcurrant #370149

Color information

#370149 (or 0x370149) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 49. RGB value is (55,1,73). Sum of RGB (Red+Green+Blue) = 55+1+73=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #370149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370149 is #C8FEB6. Grayscale: #191919. Windows color (decimal): -13172407 or 4784439. OLE color: 4784439.

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

Color convert

RGB55173-
CMYK0.250.9900.71
HSL285º97.3%14.51%-
HSV(B)285º98.63%28.63%-
XYZ2.791.316.41-
YUV25.35154.89149.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=42.64%
G=0.78%
B=56.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal551730.250.9900.7128597.314.51
Hex37149196304711d61f
Octal67111131143010743514117
Binary110111110010011100111000110100011110001110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370149; }

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

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

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

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

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

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

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

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