Html Css Color HEX #14120B Maire

📋 copy color: '#14120B'

red 20 ◦ green 18 ◦ blue 11

#14120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #14120B

Tints of Maire #14120B

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#14120B (or 0x14120B) is known color: 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

RGB 20 18 11 -
CMYK 0 0.10 0.45 0.92
HSL 46.67º 0.29% 0.06% -
HSV(B) 46.67º 0.45% 0.08% -
XYZ 0.57 0.61 0.4 -
YUV 17.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 20 18 11 0 0.10 0.45 0.92 46.67 0.29 0.06
Hex 14 12 B 0 A 2D 5C 2F 1D 6
Octal 24 22 13 0 12 55 134 57 35 6
Binary 10100 10010 1011 0 1010 101101 1011100 101111 11101 110

Color Harmonies of #14120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14120B

Black with #14120B

Text Example


Text Example

White with #14120B

Text Example


Text Example

HTML Codes & Css Web 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>