#370F4E

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

Shades of Blackcurrant #370F4E

Tints of Blackcurrant #370F4E

Color information

#370F4E (or 0x370F4E) is unknown color: approx Blackcurrant. HEX triplet: 37, 0F and 4E. RGB value is (55,15,78). Sum of RGB (Red+Green+Blue) = 55+15+78=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #370F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F4E is #C8F0B1. Grayscale: #212121. Windows color (decimal): -13168818 or 5115703. OLE color: 5115703.

HSL color Cylindrical-coordinate representation of color #370F4E: hue angle of 278.1º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #370F4E is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB551578-
CMYK0.290.8100.69
HSL278.1º67.74%18.24%-
HSV(B)278.1º80.77%30.59%-
XYZ3.121.77.37-
YUV34.14152.75142.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=37.16%
G=10.14%
B=52.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5515780.290.8100.69278.167.7418.24
Hex37F4E1D510451164412
Octal671711635121010542610422
Binary1101111111100111011101101000101000101100010110100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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