#14140B

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

Shades of Maire #14140B

Tints of Maire #14140B

Color information

#14140B (or 0x14140B) is unknown color: approx Maire. HEX triplet: 14, 14 and 0B. RGB value is (20,20,11). Sum of RGB (Red+Green+Blue) = 20+20+11=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140B is #EBEBF4. Grayscale: #131313. Windows color (decimal): -15461365 or 726036. OLE color: 726036.

HSL color Cylindrical-coordinate representation of color #14140B: hue angle of 60º 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 #14140B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB202011-
CMYK000.450.92
HSL60º29.03%6.08%-
HSV(B)60º45%7.84%-
XYZ0.60.670.41-
YUV18.97123.5128.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=39.22%
G=39.22%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202011000.450.926029.036.08
Hex1414B002D5C3c1d6
Octal242413005513474356
Binary1010010100101100101101101110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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