#39054E

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

Shades of Blackcurrant #39054E

Tints of Blackcurrant #39054E

Color information

#39054E (or 0x39054E) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 4E. RGB value is (57,5,78). Sum of RGB (Red+Green+Blue) = 57+5+78=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #39054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39054E is #C6FAB1. Grayscale: #1C1C1C. Windows color (decimal): -13040306 or 5113145. OLE color: 5113145.

HSL color Cylindrical-coordinate representation of color #39054E: hue angle of 282.74º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39054E is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57578-
CMYK0.270.9400.69
HSL282.74º87.95%16.27%-
HSV(B)282.74º93.59%30.59%-
XYZ3.121.537.34-
YUV28.87155.73148.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=40.71%
G=3.57%
B=55.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal575780.270.9400.69282.7487.9516.27
Hex3954E1B5E04511b5810
Octal71511633136010543313020
Binary111001101100111011011101111001000101100011011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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