#3B1650

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

Shades of Blackcurrant #3B1650

Tints of Blackcurrant #3B1650

Color information

#3B1650 (or 0x3B1650) is unknown color: approx Blackcurrant. HEX triplet: 3B, 16 and 50. RGB value is (59,22,80). Sum of RGB (Red+Green+Blue) = 59+22+80=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1650 is #C4E9AF. Grayscale: #272727. Windows color (decimal): -12904880 or 5248571. OLE color: 5248571.

HSL color Cylindrical-coordinate representation of color #3B1650: hue angle of 278.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1650 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB592280-
CMYK0.260.7200.69
HSL278.28º56.86%20%-
HSV(B)278.28º72.5%31.37%-
XYZ3.542.087.8-
YUV39.67150.76141.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.65%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=36.65%
G=13.66%
B=49.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5922800.260.7200.69278.2856.8620
Hex3B16501A480451163914
Octal73261203211001054267124
Binary1110111011010100001101010010000100010110001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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