#3B0A52

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

Shades of Blackcurrant #3B0A52

Tints of Blackcurrant #3B0A52

Color information

#3B0A52 (or 0x3B0A52) is unknown color: approx Blackcurrant. HEX triplet: 3B, 0A and 52. RGB value is (59,10,82). Sum of RGB (Red+Green+Blue) = 59+10+82=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A52 is #C4F5AD. Grayscale: #202020. Windows color (decimal): -12907950 or 5376571. OLE color: 5376571.

HSL color Cylindrical-coordinate representation of color #3B0A52: hue angle of 280.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0A52 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB591082-
CMYK0.280.8800.68
HSL280.83º78.26%18.04%-
HSV(B)280.83º87.8%32.16%-
XYZ3.441.768.14-
YUV32.86155.73146.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=39.07%
G=6.62%
B=54.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5910820.280.8800.68280.8378.2618.04
Hex3BA521C580441194e12
Octal731212234130010443111622
Binary1110111010101001011100101100001000100100011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,10,82); }

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

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

 a { background-color: rgb(59,10,82); }

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

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

 span { border-color: rgb(59,10,82); }

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