#3B0453

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

Shades of Blackcurrant #3B0453

Tints of Blackcurrant #3B0453

Color information

#3B0453 (or 0x3B0453) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 53. RGB value is (59,4,83). Sum of RGB (Red+Green+Blue) = 59+4+83=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0453 is #C4FBAC. Grayscale: #1D1D1D. Windows color (decimal): -12909485 or 5440571. OLE color: 5440571.

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

Color convert

RGB59483-
CMYK0.290.9500.67
HSL281.77º90.8%17.06%-
HSV(B)281.77º95.18%32.55%-
XYZ3.411.648.32-
YUV29.45158.22149.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=40.41%
G=2.74%
B=56.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal594830.290.9500.67281.7790.817.06
Hex3B4531D5F04311a5b11
Octal73412335137010343213321
Binary111011100101001111101101111101000011100011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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