#390948

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

Shades of Blackcurrant #390948

Tints of Blackcurrant #390948

Color information

#390948 (or 0x390948) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 48. RGB value is (57,9,72). Sum of RGB (Red+Green+Blue) = 57+9+72=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #390948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390948 is #C6F6B7. Grayscale: #1E1E1E. Windows color (decimal): -13039288 or 4720953. OLE color: 4720953.

HSL color Cylindrical-coordinate representation of color #390948: hue angle of 285.71º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390948 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB57972-
CMYK0.210.8800.72
HSL285.71º77.78%15.88%-
HSV(B)285.71º87.5%28.24%-
XYZ2.951.536.27-
YUV30.53151.4146.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=41.30%
G=6.52%
B=52.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal579720.210.8800.72285.7177.7815.88
Hex39948155804811e4e10
Octal711111025130011043611620
Binary1110011001100100010101101100001001000100011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390948; }

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

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

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

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

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

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

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

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