#39094C

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

Shades of Blackcurrant #39094C

Tints of Blackcurrant #39094C

Color information

#39094C (or 0x39094C) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 4C. RGB value is (57,9,76). Sum of RGB (Red+Green+Blue) = 57+9+76=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #39094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39094C is #C6F6B3. Grayscale: #1E1E1E. Windows color (decimal): -13039284 or 4983097. OLE color: 4983097.

HSL color Cylindrical-coordinate representation of color #39094C: hue angle of 282.99º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39094C is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB57976-
CMYK0.250.8800.70
HSL282.99º78.82%16.67%-
HSV(B)282.99º88.16%29.8%-
XYZ3.091.596.98-
YUV30.99153.4146.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=40.14%
G=6.34%
B=53.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal579760.250.8800.70282.9978.8216.67
Hex3994C195804611b4f11
Octal711111431130010643311721
Binary1110011001100110011001101100001000110100011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39094C; }

 p { color: rgb(57,9,76); }

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

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

 a { background-color: rgb(57,9,76); }

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

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

 span { border-color: rgb(57,9,76); }

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