#3B0450

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

Shades of Blackcurrant #3B0450

Tints of Blackcurrant #3B0450

Color information

#3B0450 (or 0x3B0450) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 50. RGB value is (59,4,80). Sum of RGB (Red+Green+Blue) = 59+4+80=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0450 is #C4FBAF. Grayscale: #1C1C1C. Windows color (decimal): -12909488 or 5243963. OLE color: 5243963.

HSL color Cylindrical-coordinate representation of color #3B0450: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0450 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB59480-
CMYK0.260.9500.69
HSL283.42º90.48%16.47%-
HSV(B)283.42º95%31.37%-
XYZ3.31.67.72-
YUV29.11156.72149.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=41.26%
G=2.80%
B=55.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal594800.260.9500.69283.4290.4816.47
Hex3B4501A5F04511b5a10
Octal73412032137010543313220
Binary111011100101000011010101111101000101100011011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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