#390545

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

Shades of Blackcurrant #390545

Tints of Blackcurrant #390545

Color information

#390545 (or 0x390545) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 45. RGB value is (57,5,69). Sum of RGB (Red+Green+Blue) = 57+5+69=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #390545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390545 is #C6FABA. Grayscale: #1B1B1B. Windows color (decimal): -13040315 or 4523321. OLE color: 4523321.

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

Color convert

RGB57569-
CMYK0.170.9300.73
HSL288.75º86.49%14.51%-
HSV(B)288.75º92.75%27.06%-
XYZ2.821.415.75-
YUV27.84151.23148.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=43.51%
G=3.82%
B=52.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal575690.170.9300.73288.7586.4914.51
Hex39545115D04912156f
Octal71510521135011144112617
Binary11100110110001011000110111010100100110010000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390545; }

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

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

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

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

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

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

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

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