Html Css Color HEX #14120C Maire

📋 copy color: '#14120C'

red 20 ◦ green 18 ◦ blue 12

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

Shades of Maire #14120C

Tints of Maire #14120C

RGB

 RED value IS 20 (8.2% from 255) = 40%

 GREEN value IS 18 (7.42% from 255) = 36%

 BLUE value IS 12 (5.08% from 255) = 24%

R = 40%
G = 36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#14120C (or 0x14120C) is known color: Maire. HEX triplet: 14, 12 and 0C. RGB value is (20,18,12). Sum of RGB (Red+Green+Blue) = 20+18+12=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #14120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120C is #EBEDF3. Grayscale: #111111. Windows color (decimal): -15461876 or 791060. OLE color: 791060.

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

Color convert

RGB 20 18 12 -
CMYK 0 0.10 0.40 0.92
HSL 45º 0.25% 0.06% -
HSV(B) 45º 0.4% 0.08% -
XYZ 0.57 0.61 0.44 -
YUV 17.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 20 18 12 0 0.10 0.40 0.92 45 0.25 0.06
Hex 14 12 C 0 A 28 5C 2D 19 6
Octal 24 22 14 0 12 50 134 55 31 6
Binary 10100 10010 1100 0 1010 101000 1011100 101101 11001 110

Color Harmonies of #14120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14120C

Black with #14120C

Text Example


Text Example

White with #14120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14120C;
 }
 .AnyTagClassName
 {
   color: #14120C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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