Html Css Color HEX #14110A Maire

📋 copy color: '#14110A'

red 20 ◦ green 17 ◦ blue 10

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

Shades of Maire #14110A

Tints of Maire #14110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.17%

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 42.55%
G = 36.17%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#14110A (or 0x14110A) is known color: Maire. HEX triplet: 14, 11 and 0A. RGB value is (20,17,10). Sum of RGB (Red+Green+Blue) = 20+17+10=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #14110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110A is #EBEEF5. Grayscale: #111111. Windows color (decimal): -15462134 or 659732. OLE color: 659732.

HSL color Cylindrical-coordinate representation of color #14110A: hue angle of 42º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14110A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 17 10 -
CMYK 0 0.15 0.50 0.92
HSL 42º 0.33% 0.06% -
HSV(B) 42º 0.5% 0.08% -
XYZ 0.54 0.57 0.37 -
YUV 17.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 20 17 10 0 0.15 0.50 0.92 42 0.33 0.06
Hex 14 11 A 0 F 32 5C 2A 21 6
Octal 24 21 12 0 17 62 134 52 41 6
Binary 10100 10001 1010 0 1111 110010 1011100 101010 100001 110

Color Harmonies of #14110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14110A

Black with #14110A

Text Example


Text Example

White with #14110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14110A; }

 p { color: rgb(20,17,10); }

 H1.HeaderClassName
 {
   color: #14110A;
 }
 .AnyTagClassName
 {
   color: #14110A;
 }
</style>

background-color css

<style>
 a { background-color: #14110A; }

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

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

border-color css

<style>
 span { border-color: #14110A; }

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

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