#20112D

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

Shades of Blackcurrant #20112D

Tints of Blackcurrant #20112D

Color information

#20112D (or 0x20112D) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 2D. RGB value is (32,17,45). Sum of RGB (Red+Green+Blue) = 32+17+45=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #20112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112D is #DFEED2. Grayscale: #181818. Windows color (decimal): -14675667 or 2953504. OLE color: 2953504.

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

Color convert

RGB321745-
CMYK0.290.6200.82
HSL272.14º45.16%12.16%-
HSV(B)272.14º62.22%17.65%-
XYZ1.270.92.59-
YUV24.68139.47133.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=34.04%
G=18.09%
B=47.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3217450.290.6200.82272.1445.1612.16
Hex20112D1D3E0521102dc
Octal402155357601224205514
Binary1000001000110110111101111110010100101000100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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