#390153

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

Shades of Blackcurrant #390153

Tints of Blackcurrant #390153

Color information

#390153 (or 0x390153) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 53. RGB value is (57,1,83). Sum of RGB (Red+Green+Blue) = 57+1+83=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #390153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390153 is #C6FEAC. Grayscale: #1A1A1A. Windows color (decimal): -13041325 or 5439801. OLE color: 5439801.

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

Color convert

RGB57183-
CMYK0.310.9900.67
HSL280.98º97.62%16.47%-
HSV(B)280.98º98.8%32.55%-
XYZ3.261.528.3-
YUV27.09159.55149.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=40.43%
G=0.71%
B=58.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal571830.310.9900.67280.9897.6216.47
Hex391531F630431196210
Octal71112337143010343114220
Binary1110011101001111111110001101000011100011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390153; }

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

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

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

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

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

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

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

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