#39054A

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

Shades of Blackcurrant #39054A

Tints of Blackcurrant #39054A

Color information

#39054A (or 0x39054A) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 4A. RGB value is (57,5,74). Sum of RGB (Red+Green+Blue) = 57+5+74=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #39054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39054A is #C6FAB5. Grayscale: #1C1C1C. Windows color (decimal): -13040310 or 4851001. OLE color: 4851001.

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

Color convert

RGB57574-
CMYK0.230.9300.71
HSL285.22º87.34%15.49%-
HSV(B)285.22º93.24%29.02%-
XYZ2.981.476.61-
YUV28.41153.73148.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=41.91%
G=3.68%
B=54.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575740.230.9300.71285.2287.3415.49
Hex3954A175D04711d57f
Octal71511227135010743512717
Binary11100110110010101011110111010100011110001110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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