#14130B

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

Shades of Maire #14130B

Tints of Maire #14130B

Color information

#14130B (or 0x14130B) is unknown color: approx Maire. HEX triplet: 14, 13 and 0B. RGB value is (20,19,11). Sum of RGB (Red+Green+Blue) = 20+19+11=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #14130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130B is #EBECF4. Grayscale: #121212. Windows color (decimal): -15461621 or 725780. OLE color: 725780.

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

Color convert

RGB201911-
CMYK00.050.450.92
HSL53.33º29.03%6.08%-
HSV(B)53.33º45%7.84%-
XYZ0.580.640.41-
YUV18.39123.83129.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 11 (4.69% from 255) = 22%
R=40%
G=38%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20191100.050.450.9253.3329.036.08
Hex1413B052D5C351d6
Octal242313055513465356
Binary101001001110110101101101101110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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