#39094D

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

Shades of Blackcurrant #39094D

Tints of Blackcurrant #39094D

Color information

#39094D (or 0x39094D) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 4D. RGB value is (57,9,77). Sum of RGB (Red+Green+Blue) = 57+9+77=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #39094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39094D is #C6F6B2. Grayscale: #1E1E1E. Windows color (decimal): -13039283 or 5048633. OLE color: 5048633.

HSL color Cylindrical-coordinate representation of color #39094D: hue angle of 282.35º 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 #39094D is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB57977-
CMYK0.260.8800.70
HSL282.35º79.07%16.86%-
HSV(B)282.35º88.31%30.2%-
XYZ3.121.67.17-
YUV31.1153.9146.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=39.86%
G=6.29%
B=53.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal579770.260.8800.70282.3579.0716.86
Hex3994D1A5804611a4f11
Octal711111532130010643211721
Binary1110011001100110111010101100001000110100011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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