#3B0459

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

Shades of Blackcurrant #3B0459

Tints of Blackcurrant #3B0459

Color information

#3B0459 (or 0x3B0459) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 59. RGB value is (59,4,89). Sum of RGB (Red+Green+Blue) = 59+4+89=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0459 is #C4FBA6. Grayscale: #1D1D1D. Windows color (decimal): -12909479 or 5833787. OLE color: 5833787.

HSL color Cylindrical-coordinate representation of color #3B0459: hue angle of 278.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0459 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB59489-
CMYK0.340.9600.65
HSL278.82º91.4%18.24%-
HSV(B)278.82º95.51%34.9%-
XYZ3.651.749.59-
YUV30.14161.22148.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=38.82%
G=2.63%
B=58.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal594890.340.9600.65278.8291.418.24
Hex3B45922600411175b12
Octal73413142140010142713322
Binary1110111001011001100010110000001000001100010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0459; }

 p { color: rgb(59,4,89); }

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

<style>
 a { background-color: #3B0459; }

 a { background-color: rgb(59,4,89); }

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

<style>
 span { border-color: #3B0459; }

 span { border-color: rgb(59,4,89); }

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