#391249

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

Shades of Blackcurrant #391249

Tints of Blackcurrant #391249

Color information

#391249 (or 0x391249) is unknown color: approx Blackcurrant. HEX triplet: 39, 12 and 49. RGB value is (57,18,73). Sum of RGB (Red+Green+Blue) = 57+18+73=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #391249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391249 is #C6EDB6. Grayscale: #232323. Windows color (decimal): -13036983 or 4788793. OLE color: 4788793.

HSL color Cylindrical-coordinate representation of color #391249: hue angle of 282.55º 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 #391249 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB571873-
CMYK0.220.7500.71
HSL282.55º60.44%17.84%-
HSV(B)282.55º75.34%28.63%-
XYZ3.111.786.48-
YUV35.93148.92143.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=38.51%
G=12.16%
B=49.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5718730.220.7500.71282.5560.4417.84
Hex391249164B04711b3c12
Octal71221112611301074337422
Binary1110011001010010011011010010110100011110001101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391249; }

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

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

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

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

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

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

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

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