#39004E

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

Shades of Blackcurrant #39004E

Tints of Blackcurrant #39004E

Color information

#39004E (or 0x39004E) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 4E. RGB value is (57,0,78). Sum of RGB (Red+Green+Blue) = 57+0+78=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #39004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39004E is #C6FFB1. Grayscale: #191919. Windows color (decimal): -13041586 or 5111865. OLE color: 5111865.

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

Color convert

RGB57078-
CMYK0.27100.69
HSL283.85º100%15.29%-
HSV(B)283.85º100%30.59%-
XYZ3.061.427.32-
YUV25.94157.38150.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=42.22%
G=0%
B=57.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal570780.27100.69283.8510015.29
Hex3904E1B6404511c64f
Octal71011633144010543414417
Binary111001010011101101111001000100010110001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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