#3B0052

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

Shades of Blackcurrant #3B0052

Tints of Blackcurrant #3B0052

Color information

#3B0052 (or 0x3B0052) is unknown color: approx Blackcurrant. HEX triplet: 3B, 00 and 52. RGB value is (59,0,82). Sum of RGB (Red+Green+Blue) = 59+0+82=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B0052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0052 is #C4FFAD. Grayscale: #1A1A1A. Windows color (decimal): -12910510 or 5374011. OLE color: 5374011.

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

Color convert

RGB59082-
CMYK0.28100.68
HSL283.17º100%16.08%-
HSV(B)283.17º100%32.16%-
XYZ3.331.548.1-
YUV26.99159.05150.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 58.16%
R=41.84%
G=0%
B=58.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal590820.28100.68283.1710016.08
Hex3B0521C6404411b6410
Octal73012234144010443314420
Binary1110110101001011100110010001000100100011011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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