Html Css Color HEX #121109 Maire

📋 copy color: '#121109'

red 18 ◦ green 17 ◦ blue 9

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

Shades of Maire #121109

Tints of Maire #121109

RGB

 RED value IS 18 (7.42% from 255) = 40.91%

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

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

R = 40.91%
G = 38.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#121109 (or 0x121109) is known color: Maire. HEX triplet: 12, 11 and 09. RGB value is (18,17,9). Sum of RGB (Red+Green+Blue) = 18+17+9=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #121109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121109 is #EDEEF6. Grayscale: #101010. Windows color (decimal): -15593207 or 594194. OLE color: 594194.

HSL color Cylindrical-coordinate representation of color #121109: hue angle of 53.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121109 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 17 9 -
CMYK 0 0.06 0.5 0.93
HSL 53.33º 0.33% 0.05% -
HSV(B) 53.33º 0.5% 0.07% -
XYZ 0.5 0.55 0.34 -
YUV 16.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 18 17 9 0 0.06 0.5 0.93 53.33 0.33 0.05
Hex 12 11 9 0 6 32 5D 35 21 5
Octal 22 21 11 0 6 62 135 65 41 5
Binary 10010 10001 1001 0 110 110010 1011101 110101 100001 101

Color Harmonies of #121109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121109

Black with #121109

Text Example


Text Example

White with #121109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121109; }

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

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

background-color css

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

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

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

border-color css

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

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

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