#390953

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

Shades of Blackcurrant #390953

Tints of Blackcurrant #390953

Color information

#390953 (or 0x390953) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 53. RGB value is (57,9,83). Sum of RGB (Red+Green+Blue) = 57+9+83=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #390953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390953 is #C6F6AC. Grayscale: #1F1F1F. Windows color (decimal): -13039277 or 5441849. OLE color: 5441849.

HSL color Cylindrical-coordinate representation of color #390953: hue angle of 278.92º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390953 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB57983-
CMYK0.310.8900.67
HSL278.92º80.43%18.04%-
HSV(B)278.92º89.16%32.55%-
XYZ3.351.698.33-
YUV31.79156.9145.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=38.26%
G=6.04%
B=55.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal579830.310.8900.67278.9280.4318.04
Hex399531F590431175012
Octal711112337131010342712022
Binary1110011001101001111111101100101000011100010111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390953; }

 p { color: rgb(57,9,83); }

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

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

 a { background-color: rgb(57,9,83); }

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

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

 span { border-color: rgb(57,9,83); }

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