#390852

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

Shades of Blackcurrant #390852

Tints of Blackcurrant #390852

Color information

#390852 (or 0x390852) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 52. RGB value is (57,8,82). Sum of RGB (Red+Green+Blue) = 57+8+82=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #390852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390852 is #C6F7AD. Grayscale: #1E1E1E. Windows color (decimal): -13039534 or 5376057. OLE color: 5376057.

HSL color Cylindrical-coordinate representation of color #390852: hue angle of 279.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390852 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB57882-
CMYK0.300.9000.68
HSL279.73º82.22%17.65%-
HSV(B)279.73º90.24%32.16%-
XYZ3.31.658.13-
YUV31.09156.73146.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=38.78%
G=5.44%
B=55.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal578820.300.9000.68279.7382.2217.65
Hex398521E5A0441185212
Octal711012236132010443012222
Binary1110011000101001011110101101001000100100011000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390852; }

 p { color: rgb(57,8,82); }

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

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

 a { background-color: rgb(57,8,82); }

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

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

 span { border-color: rgb(57,8,82); }

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