#3B1143

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

Shades of Blackcurrant #3B1143

Tints of Blackcurrant #3B1143

Color information

#3B1143 (or 0x3B1143) is unknown color: approx Blackcurrant. HEX triplet: 3B, 11 and 43. RGB value is (59,17,67). Sum of RGB (Red+Green+Blue) = 59+17+67=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1143 is #C4EEBC. Grayscale: #232323. Windows color (decimal): -12906173 or 4395323. OLE color: 4395323.

HSL color Cylindrical-coordinate representation of color #3B1143: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1143 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB591767-
CMYK0.120.7500.74
HSL290.4º59.52%16.47%-
HSV(B)290.4º74.63%26.27%-
XYZ3.021.745.49-
YUV35.26145.91144.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 67 (26.56% from 255) = 46.85%
R=41.26%
G=11.89%
B=46.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5917670.120.7500.74290.459.5216.47
Hex3B1143C4B04A1223c10
Octal73211031411301124427420
Binary111011100011000011110010010110100101010010001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,67); }

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

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

 a { background-color: rgb(59,17,67); }

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

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

 span { border-color: rgb(59,17,67); }

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