Html Css Color HEX #141009 Maire

📋 copy color: '#141009'

red 20 ◦ green 16 ◦ blue 9

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

Shades of Maire #141009

Tints of Maire #141009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 35.56%

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

R = 44.44%
G = 35.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#141009 (or 0x141009) is known color: Maire. HEX triplet: 14, 10 and 09. RGB value is (20,16,9). Sum of RGB (Red+Green+Blue) = 20+16+9=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #141009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141009 is #EBEFF6. Grayscale: #101010. Windows color (decimal): -15462391 or 593940. OLE color: 593940.

HSL color Cylindrical-coordinate representation of color #141009: hue angle of 38.18º 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 #141009 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 16 9 -
CMYK 0 0.20 0.55 0.92
HSL 38.18º 0.38% 0.06% -
HSV(B) 38.18º 0.55% 0.08% -
XYZ 0.52 0.54 0.33 -
YUV 16.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 20 16 9 0 0.20 0.55 0.92 38.18 0.38 0.06
Hex 14 10 9 0 14 37 5C 26 26 6
Octal 24 20 11 0 24 67 134 46 46 6
Binary 10100 10000 1001 0 10100 110111 1011100 100110 100110 110

Color Harmonies of #141009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141009

Black with #141009

Text Example


Text Example

White with #141009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141009; }

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

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

background-color css

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

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

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

border-color css

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

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

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