Html Css Color HEX #141200 Maire

📋 copy color: '#141200'

red 20 ◦ green 18 ◦ blue 0

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

Shades of Maire #141200

Tints of Maire #141200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.63%
G = 47.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#141200 (or 0x141200) is known color: Maire. HEX triplet: 14, 12 and 00. RGB value is (20,18,0). Sum of RGB (Red+Green+Blue) = 20+18+0=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #141200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141200 is #EBEDFF. Grayscale: #101010. Windows color (decimal): -15461888 or 4628. OLE color: 4628.

HSL color Cylindrical-coordinate representation of color #141200: hue angle of 54º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #141200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 18 0 -
CMYK 0 0.10 1 0.92
HSL 54º 1% 0.04% -
HSV(B) 54º 1% 0.08% -
XYZ 0.5 0.58 0.09 -
YUV 16.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 20 18 0 0 0.10 1 0.92 54 1 0.04
Hex 14 12 0 0 A 64 5C 36 64 4
Octal 24 22 0 0 12 144 134 66 144 4
Binary 10100 10010 0 0 1010 1100100 1011100 110110 1100100 100

Color Harmonies of #141200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141200

Black with #141200

Text Example


Text Example

White with #141200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141200; }

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

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

background-color css

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

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

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

border-color css

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

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

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