#3B0553

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

Shades of Blackcurrant #3B0553

Tints of Blackcurrant #3B0553

Color information

#3B0553 (or 0x3B0553) is unknown color: approx Blackcurrant. HEX triplet: 3B, 05 and 53. RGB value is (59,5,83). Sum of RGB (Red+Green+Blue) = 59+5+83=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B0553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0553 is #C4FAAC. Grayscale: #1D1D1D. Windows color (decimal): -12909229 or 5440827. OLE color: 5440827.

HSL color Cylindrical-coordinate representation of color #3B0553: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0553 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB59583-
CMYK0.290.9400.67
HSL281.54º88.64%17.25%-
HSV(B)281.54º93.98%32.55%-
XYZ3.421.668.32-
YUV30.04157.89148.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=40.14%
G=3.40%
B=56.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal595830.290.9400.67281.5488.6417.25
Hex3B5531D5E04311a5911
Octal73512335136010343213121
Binary111011101101001111101101111001000011100011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,83); }

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

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

 a { background-color: rgb(59,5,83); }

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

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

 span { border-color: rgb(59,5,83); }

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