#39094A

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

Shades of Blackcurrant #39094A

Tints of Blackcurrant #39094A

Color information

#39094A (or 0x39094A) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 4A. RGB value is (57,9,74). Sum of RGB (Red+Green+Blue) = 57+9+74=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #39094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39094A is #C6F6B5. Grayscale: #1E1E1E. Windows color (decimal): -13039286 or 4852025. OLE color: 4852025.

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

Color convert

RGB57974-
CMYK0.230.8800.71
HSL284.31º78.31%16.27%-
HSV(B)284.31º87.84%29.02%-
XYZ3.021.566.62-
YUV30.76152.4146.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=40.71%
G=6.43%
B=52.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal579740.230.8800.71284.3178.3116.27
Hex3994A175804711c4e10
Octal711111227130010743411620
Binary1110011001100101010111101100001000111100011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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