#20112E

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

Shades of Blackcurrant #20112E

Tints of Blackcurrant #20112E

Color information

#20112E (or 0x20112E) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 2E. RGB value is (32,17,46). Sum of RGB (Red+Green+Blue) = 32+17+46=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #20112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112E is #DFEED1. Grayscale: #181818. Windows color (decimal): -14675666 or 3019040. OLE color: 3019040.

HSL color Cylindrical-coordinate representation of color #20112E: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20112E is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB321746-
CMYK0.300.6300.82
HSL271.03º46.03%12.35%-
HSV(B)271.03º63.04%18.04%-
XYZ1.290.912.69-
YUV24.79139.97133.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=33.68%
G=17.89%
B=48.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3217460.300.6300.82271.0346.0312.35
Hex20112E1E3F05210f2ec
Octal402156367701224175614
Binary1000001000110111011110111111010100101000011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20112E; }

 p { color: rgb(32,17,46); }

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

<style>
 a { background-color: #20112E; }

 a { background-color: rgb(32,17,46); }

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

<style>
 span { border-color: #20112E; }

 span { border-color: rgb(32,17,46); }

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