#39054B

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

Shades of Blackcurrant #39054B

Tints of Blackcurrant #39054B

Color information

#39054B (or 0x39054B) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 4B. RGB value is (57,5,75). Sum of RGB (Red+Green+Blue) = 57+5+75=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #39054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39054B is #C6FAB4. Grayscale: #1C1C1C. Windows color (decimal): -13040309 or 4916537. OLE color: 4916537.

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

Color convert

RGB57575-
CMYK0.240.9300.71
HSL284.57º87.5%15.69%-
HSV(B)284.57º93.33%29.41%-
XYZ3.011.496.78-
YUV28.53154.23148.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=41.61%
G=3.65%
B=54.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575750.240.9300.71284.5787.515.69
Hex3954B185D04711d5810
Octal71511330135010743513020
Binary111001101100101111000101110101000111100011101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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