#370F49

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

Shades of Blackcurrant #370F49

Tints of Blackcurrant #370F49

Color information

#370F49 (or 0x370F49) is unknown color: approx Blackcurrant. HEX triplet: 37, 0F and 49. RGB value is (55,15,73). Sum of RGB (Red+Green+Blue) = 55+15+73=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #370F49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F49 is #C8F0B6. Grayscale: #212121. Windows color (decimal): -13168823 or 4788023. OLE color: 4788023.

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

Color convert

RGB551573-
CMYK0.250.7900.71
HSL281.38º65.91%17.25%-
HSV(B)281.38º79.45%28.63%-
XYZ2.951.636.46-
YUV33.57150.25143.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=38.46%
G=10.49%
B=51.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5515730.250.7900.71281.3865.9117.25
Hex37F49194F0471194211
Octal671711131117010743110221
Binary1101111111100100111001100111101000111100011001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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