#39004B

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

Shades of Blackcurrant #39004B

Tints of Blackcurrant #39004B

Color information

#39004B (or 0x39004B) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 4B. RGB value is (57,0,75). Sum of RGB (Red+Green+Blue) = 57+0+75=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #39004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39004B is #C6FFB4. Grayscale: #191919. Windows color (decimal): -13041589 or 4915257. OLE color: 4915257.

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

Color convert

RGB57075-
CMYK0.24100.71
HSL285.6º100%14.71%-
HSV(B)285.6º100%29.41%-
XYZ2.961.386.77-
YUV25.59155.88150.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=43.18%
G=0%
B=56.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal570750.24100.71285.610014.71
Hex3904B186404711e64f
Octal71011330144010743614417
Binary111001010010111100011001000100011110001111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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