#390044

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

Shades of Blackcurrant #390044

Tints of Blackcurrant #390044

Color information

#390044 (or 0x390044) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 44. RGB value is (57,0,68). Sum of RGB (Red+Green+Blue) = 57+0+68=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #390044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390044 is #C6FFBB. Grayscale: #181818. Windows color (decimal): -13041596 or 4456505. OLE color: 4456505.

HSL color Cylindrical-coordinate representation of color #390044: hue angle of 290.29º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390044 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB57068-
CMYK0.16100.73
HSL290.29º100%13.33%-
HSV(B)290.29º100%26.67%-
XYZ2.731.295.57-
YUV24.8152.38150.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=45.6%
G=0%
B=54.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570680.16100.73290.2910013.33
Hex39044106404912264d
Octal71010420144011144214415
Binary111001010001001000011001000100100110010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390044; }

 p { color: rgb(57,0,68); }

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

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

 a { background-color: rgb(57,0,68); }

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

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

 span { border-color: rgb(57,0,68); }

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