#371444

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

Shades of Blackcurrant #371444

Tints of Blackcurrant #371444

Color information

#371444 (or 0x371444) is unknown color: approx Blackcurrant. HEX triplet: 37, 14 and 44. RGB value is (55,20,68). Sum of RGB (Red+Green+Blue) = 55+20+68=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #371444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371444 is #C8EBBB. Grayscale: #232323. Windows color (decimal): -13167548 or 4461623. OLE color: 4461623.

HSL color Cylindrical-coordinate representation of color #371444: hue angle of 283.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371444 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB552068-
CMYK0.190.7100.73
HSL283.75º54.55%17.25%-
HSV(B)283.75º70.59%26.67%-
XYZ2.871.735.65-
YUV35.94146.1141.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=38.46%
G=13.99%
B=47.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5520680.190.7100.73283.7554.5517.25
Hex371444134704911c3711
Octal67241042310701114346721
Binary1101111010010001001001110001110100100110001110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371444; }

 p { color: rgb(55,20,68); }

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

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

 a { background-color: rgb(55,20,68); }

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

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

 span { border-color: rgb(55,20,68); }

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