#391945

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

Shades of Blackcurrant #391945

Tints of Blackcurrant #391945

Color information

#391945 (or 0x391945) is unknown color: approx Blackcurrant. HEX triplet: 39, 19 and 45. RGB value is (57,25,69). Sum of RGB (Red+Green+Blue) = 57+25+69=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #391945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391945 is #C6E6BA. Grayscale: #272727. Windows color (decimal): -13035195 or 4528441. OLE color: 4528441.

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

Color convert

RGB572569-
CMYK0.170.6400.73
HSL283.64º46.81%18.43%-
HSV(B)283.64º63.77%27.06%-
XYZ3.111.995.85-
YUV39.58144.6140.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=37.75%
G=16.56%
B=45.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5725690.170.6400.73283.6446.8118.43
Hex391945114004911c2f12
Octal71311052110001114345722
Binary1110011100110001011000110000000100100110001110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391945; }

 p { color: rgb(57,25,69); }

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

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

 a { background-color: rgb(57,25,69); }

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

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

 span { border-color: rgb(57,25,69); }

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