#14120B

Color #14120B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #14120B

Tints of Maire #14120B

Color information

#14120B (or 0x14120B) is unknown color: approx Maire. HEX triplet: 14, 12 and 0B. RGB value is (20,18,11). Sum of RGB (Red+Green+Blue) = 20+18+11=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #14120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120B is #EBEDF4. Grayscale: #111111. Windows color (decimal): -15461877 or 725524. OLE color: 725524.

HSL color Cylindrical-coordinate representation of color #14120B: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #14120B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB201811-
CMYK00.100.450.92
HSL46.67º29.03%6.08%-
HSV(B)46.67º45%7.84%-
XYZ0.570.610.4-
YUV17.8124.16129.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=40.82%
G=36.73%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20181100.100.450.9246.6729.036.08
Hex1412B0A2D5C2f1d6
Octal2422130125513457356
Binary1010010010101101010101101101110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14120B; }

 p { color: rgb(20,18,11); }

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

<style>
 a { background-color: #14120B; }

 a { background-color: rgb(20,18,11); }

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

<style>
 span { border-color: #14120B; }

 span { border-color: rgb(20,18,11); }

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