#371048

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

Shades of Blackcurrant #371048

Tints of Blackcurrant #371048

Color information

#371048 (or 0x371048) is unknown color: approx Blackcurrant. HEX triplet: 37, 10 and 48. RGB value is (55,16,72). Sum of RGB (Red+Green+Blue) = 55+16+72=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #371048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371048 is #C8EFB7. Grayscale: #212121. Windows color (decimal): -13168568 or 4722743. OLE color: 4722743.

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

Color convert

RGB551672-
CMYK0.240.7800.72
HSL281.79º63.64%17.25%-
HSV(B)281.79º77.78%28.24%-
XYZ2.931.656.3-
YUV34.04149.42142.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=38.46%
G=11.19%
B=50.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5516720.240.7800.72281.7963.6417.25
Hex371048184E04811a4011
Octal672011030116011043210021
Binary11011110000100100011000100111001001000100011010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371048; }

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

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

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

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

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

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

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

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