#371249

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

Shades of Blackcurrant #371249

Tints of Blackcurrant #371249

Color information

#371249 (or 0x371249) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 49. RGB value is (55,18,73). Sum of RGB (Red+Green+Blue) = 55+18+73=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #371249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371249 is #C8EDB6. Grayscale: #232323. Windows color (decimal): -13168055 or 4788791. OLE color: 4788791.

HSL color Cylindrical-coordinate representation of color #371249: hue angle of 280.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371249 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551873-
CMYK0.250.7500.71
HSL280.36º60.44%17.84%-
HSV(B)280.36º75.34%28.63%-
XYZ2.991.736.48-
YUV35.33149.26142.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 73 (28.91% from 255) = 50%
R=37.67%
G=12.33%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5518730.250.7500.71280.3660.4417.84
Hex371249194B0471183c12
Octal67221113111301074307422
Binary1101111001010010011100110010110100011110001100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371249; }

 p { color: rgb(55,18,73); }

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

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

 a { background-color: rgb(55,18,73); }

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

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

 span { border-color: rgb(55,18,73); }

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