#371148

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

Shades of Blackcurrant #371148

Tints of Blackcurrant #371148

Color information

#371148 (or 0x371148) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 48. RGB value is (55,17,72). Sum of RGB (Red+Green+Blue) = 55+17+72=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #371148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371148 is #C8EEB7. Grayscale: #222222. Windows color (decimal): -13168312 or 4722999. OLE color: 4722999.

HSL color Cylindrical-coordinate representation of color #371148: hue angle of 281.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371148 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB551772-
CMYK0.240.7600.72
HSL281.45º61.8%17.45%-
HSV(B)281.45º76.39%28.24%-
XYZ2.951.686.3-
YUV34.63149.09142.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 72 (28.52% from 255) = 50%
R=38.19%
G=11.81%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5517720.240.7600.72281.4561.817.45
Hex371148184C0481193e11
Octal67211103011401104317621
Binary1101111000110010001100010011000100100010001100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371148; }

 p { color: rgb(55,17,72); }

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

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

 a { background-color: rgb(55,17,72); }

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

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

 span { border-color: rgb(55,17,72); }

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