#371944

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

Shades of Blackcurrant #371944

Tints of Blackcurrant #371944

Color information

#371944 (or 0x371944) is unknown color: approx Blackcurrant. HEX triplet: 37, 19 and 44. RGB value is (55,25,68). Sum of RGB (Red+Green+Blue) = 55+25+68=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #371944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371944 is #C8E6BB. Grayscale: #262626. Windows color (decimal): -13166268 or 4462903. OLE color: 4462903.

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

Color convert

RGB552568-
CMYK0.190.6300.73
HSL281.86º46.24%18.24%-
HSV(B)281.86º63.24%26.67%-
XYZ2.971.925.68-
YUV38.87144.44139.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=37.16%
G=16.89%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5525680.190.6300.73281.8646.2418.24
Hex371944133F04911a2e12
Octal6731104237701114325622
Binary110111110011000100100111111110100100110001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371944; }

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

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

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

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

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

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

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

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