#39004D

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

Shades of Blackcurrant #39004D

Tints of Blackcurrant #39004D

Color information

#39004D (or 0x39004D) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 4D. RGB value is (57,0,77). Sum of RGB (Red+Green+Blue) = 57+0+77=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #39004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39004D is #C6FFB2. Grayscale: #191919. Windows color (decimal): -13041587 or 5046329. OLE color: 5046329.

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

Color convert

RGB57077-
CMYK0.26100.70
HSL284.42º100%15.1%-
HSV(B)284.42º100%30.2%-
XYZ3.031.417.13-
YUV25.82156.88150.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=42.54%
G=0%
B=57.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal570770.26100.70284.4210015.1
Hex3904D1A6404611c64f
Octal71011532144010643414417
Binary111001010011011101011001000100011010001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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