#390248

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

Shades of Blackcurrant #390248

Tints of Blackcurrant #390248

Color information

#390248 (or 0x390248) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 48. RGB value is (57,2,72). Sum of RGB (Red+Green+Blue) = 57+2+72=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #390248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390248 is #C6FDB7. Grayscale: #1A1A1A. Windows color (decimal): -13041080 or 4719161. OLE color: 4719161.

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

Color convert

RGB57272-
CMYK0.210.9700.72
HSL287.14º94.59%14.51%-
HSV(B)287.14º97.22%28.24%-
XYZ2.881.386.25-
YUV26.42153.72149.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=43.51%
G=1.53%
B=54.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572720.210.9700.72287.1494.5914.51
Hex39248156104811f5ff
Octal71211025141011043713717
Binary1110011010010001010111000010100100010001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390248; }

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

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

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

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

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

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

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

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