#39034D

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

Shades of Blackcurrant #39034D

Tints of Blackcurrant #39034D

Color information

#39034D (or 0x39034D) is unknown color: approx Blackcurrant. HEX triplet: 39, 03 and 4D. RGB value is (57,3,77). Sum of RGB (Red+Green+Blue) = 57+3+77=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #39034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39034D is #C6FCB2. Grayscale: #1B1B1B. Windows color (decimal): -13040819 or 5047097. OLE color: 5047097.

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

Color convert

RGB57377-
CMYK0.260.9600.70
HSL283.78º92.5%15.69%-
HSV(B)283.78º96.1%30.2%-
XYZ3.061.477.14-
YUV27.58155.89148.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=41.61%
G=2.19%
B=56.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal573770.260.9600.70283.7892.515.69
Hex3934D1A6004611c5c10
Octal71311532140010643413420
Binary11100111100110111010110000001000110100011100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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