#39014D

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

Shades of Blackcurrant #39014D

Tints of Blackcurrant #39014D

Color information

#39014D (or 0x39014D) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 4D. RGB value is (57,1,77). Sum of RGB (Red+Green+Blue) = 57+1+77=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #39014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39014D is #C6FEB2. Grayscale: #1A1A1A. Windows color (decimal): -13041331 or 5046585. OLE color: 5046585.

HSL color Cylindrical-coordinate representation of color #39014D: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39014D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB57177-
CMYK0.260.9900.70
HSL284.21º97.44%15.29%-
HSV(B)284.21º98.7%30.2%-
XYZ3.041.437.14-
YUV26.41156.55149.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=42.22%
G=0.74%
B=57.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal571770.260.9900.70284.2197.4415.29
Hex3914D1A6304611c61f
Octal71111532143010643414117
Binary111001110011011101011000110100011010001110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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