#39004A

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

Shades of Blackcurrant #39004A

Tints of Blackcurrant #39004A

Color information

#39004A (or 0x39004A) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 4A. RGB value is (57,0,74). Sum of RGB (Red+Green+Blue) = 57+0+74=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #39004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39004A is #C6FFB5. Grayscale: #191919. Windows color (decimal): -13041590 or 4849721. OLE color: 4849721.

HSL color Cylindrical-coordinate representation of color #39004A: hue angle of 286.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39004A is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57074-
CMYK0.23100.71
HSL286.22º100%14.51%-
HSV(B)286.22º100%29.02%-
XYZ2.921.366.59-
YUV25.48155.38150.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=43.51%
G=0%
B=56.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal570740.23100.71286.2210014.51
Hex3904A176404711e64f
Octal71011227144010743614417
Binary111001010010101011111001000100011110001111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39004A; }

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

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

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

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

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

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

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

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