#39013F

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

Shades of Blackcurrant #39013F

Tints of Blackcurrant #39013F

Color information

#39013F (or 0x39013F) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 3F. RGB value is (57,1,63). Sum of RGB (Red+Green+Blue) = 57+1+63=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #39013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39013F is #C6FEC0. Grayscale: #181818. Windows color (decimal): -13041345 or 4129081. OLE color: 4129081.

HSL color Cylindrical-coordinate representation of color #39013F: hue angle of 294.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39013F is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB57163-
CMYK0.100.9800.75
HSL294.19º96.88%12.55%-
HSV(B)294.19º98.41%24.71%-
XYZ2.61.254.81-
YUV24.81149.55150.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 63 (25% from 255) = 52.07%
R=47.11%
G=0.83%
B=52.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal571630.100.9800.75294.1996.8812.55
Hex3913FA6204B12661d
Octal7117712142011344614115
Binary1110011111111101011000100100101110010011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39013F; }

 p { color: rgb(57,1,63); }

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

<style>
 a { background-color: #39013F; }

 a { background-color: rgb(57,1,63); }

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

<style>
 span { border-color: #39013F; }

 span { border-color: rgb(57,1,63); }

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