#3B1353

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

Shades of Blackcurrant #3B1353

Tints of Blackcurrant #3B1353

Color information

#3B1353 (or 0x3B1353) is unknown color: approx Blackcurrant. HEX triplet: 3B, 13 and 53. RGB value is (59,19,83). Sum of RGB (Red+Green+Blue) = 59+19+83=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1353 is #C4ECAC. Grayscale: #262626. Windows color (decimal): -12905645 or 5444411. OLE color: 5444411.

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

Color convert

RGB591983-
CMYK0.290.7700.67
HSL277.5º62.75%20%-
HSV(B)277.5º77.11%32.55%-
XYZ3.62.028.38-
YUV38.26153.25142.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.65%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=36.65%
G=11.80%
B=51.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5919830.290.7700.67277.562.7520
Hex3B13531D4D0431163f14
Octal73231233511501034267724
Binary1110111001110100111110110011010100001110001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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