#370F45

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

Shades of Blackcurrant #370F45

Tints of Blackcurrant #370F45

Color information

#370F45 (or 0x370F45) is unknown color: approx Blackcurrant. HEX triplet: 37, 0F and 45. RGB value is (55,15,69). Sum of RGB (Red+Green+Blue) = 55+15+69=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #370F45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F45 is #C8F0BA. Grayscale: #202020. Windows color (decimal): -13168827 or 4525879. OLE color: 4525879.

HSL color Cylindrical-coordinate representation of color #370F45: hue angle of 284.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370F45 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB551569-
CMYK0.200.7800.73
HSL284.44º64.29%16.47%-
HSV(B)284.44º78.26%27.06%-
XYZ2.821.585.79-
YUV33.12148.25143.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=39.57%
G=10.79%
B=49.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5515690.200.7800.73284.4464.2916.47
Hex37F45144E04911c4010
Octal671710524116011143410020
Binary1101111111100010110100100111001001001100011100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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