Html Css Color HEX #141209 Maire

📋 copy color: '#141209'

red 20 ◦ green 18 ◦ blue 9

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

Shades of Maire #141209

Tints of Maire #141209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 19.15%

R = 42.55%
G = 38.3%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#141209 (or 0x141209) is known color: Maire. HEX triplet: 14, 12 and 09. RGB value is (20,18,9). Sum of RGB (Red+Green+Blue) = 20+18+9=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #141209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141209 is #EBEDF6. Grayscale: #111111. Windows color (decimal): -15461879 or 594452. OLE color: 594452.

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

Color convert

RGB 20 18 9 -
CMYK 0 0.10 0.55 0.92
HSL 49.09º 0.38% 0.06% -
HSV(B) 49.09º 0.55% 0.08% -
XYZ 0.55 0.6 0.35 -
YUV 17.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 20 18 9 0 0.10 0.55 0.92 49.09 0.38 0.06
Hex 14 12 9 0 A 37 5C 31 26 6
Octal 24 22 11 0 12 67 134 61 46 6
Binary 10100 10010 1001 0 1010 110111 1011100 110001 100110 110

Color Harmonies of #141209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141209

Black with #141209

Text Example


Text Example

White with #141209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141209; }

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

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

background-color css

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

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

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

border-color css

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

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

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