#3B0059

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

Shades of Blackcurrant #3B0059

Tints of Blackcurrant #3B0059

Color information

#3B0059 (or 0x3B0059) is unknown color: approx Blackcurrant. HEX triplet: 3B, 00 and 59. RGB value is (59,0,89). Sum of RGB (Red+Green+Blue) = 59+0+89=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0059 is #C4FFA6. Grayscale: #1B1B1B. Windows color (decimal): -12910503 or 5832763. OLE color: 5832763.

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

Color convert

RGB59089-
CMYK0.34100.65
HSL279.78º100%17.45%-
HSV(B)279.78º100%34.9%-
XYZ3.611.659.58-
YUV27.79162.55150.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=39.86%
G=0%
B=60.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590890.34100.65279.7810017.45
Hex3B05922640411186411
Octal73013142144010143014421
Binary11101101011001100010110010001000001100011000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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