#3B1547

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

Shades of Blackcurrant #3B1547

Tints of Blackcurrant #3B1547

Color information

#3B1547 (or 0x3B1547) is unknown color: approx Blackcurrant. HEX triplet: 3B, 15 and 47. RGB value is (59,21,71). Sum of RGB (Red+Green+Blue) = 59+21+71=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1547 is #C4EAB8. Grayscale: #252525. Windows color (decimal): -12905145 or 4658491. OLE color: 4658491.

HSL color Cylindrical-coordinate representation of color #3B1547: hue angle of 285.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1547 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB592171-
CMYK0.170.7000.72
HSL285.6º54.35%18.04%-
HSV(B)285.6º70.42%27.84%-
XYZ3.211.926.16-
YUV38.06146.59142.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=39.07%
G=13.91%
B=47.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5921710.170.7000.72285.654.3518.04
Hex3B1547114604811e3612
Octal73251072110601104366622
Binary1110111010110001111000110001100100100010001111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,71); }

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

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

 a { background-color: rgb(59,21,71); }

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

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

 span { border-color: rgb(59,21,71); }

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