#390448

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

Shades of Blackcurrant #390448

Tints of Blackcurrant #390448

Color information

#390448 (or 0x390448) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 48. RGB value is (57,4,72). Sum of RGB (Red+Green+Blue) = 57+4+72=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #390448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390448 is #C6FBB7. Grayscale: #1B1B1B. Windows color (decimal): -13040568 or 4719673. OLE color: 4719673.

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

Color convert

RGB57472-
CMYK0.210.9400.72
HSL286.76º89.47%14.9%-
HSV(B)286.76º94.44%28.24%-
XYZ2.91.426.25-
YUV27.6153.06148.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=42.86%
G=3.01%
B=54.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal574720.210.9400.72286.7689.4714.9
Hex39448155E04811f59f
Octal71411025136011043713117
Binary11100110010010001010110111100100100010001111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390448; }

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

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

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

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

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

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

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

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