Html Css Color HEX #120F09 Maire

📋 copy color: '#120F09'

red 18 ◦ green 15 ◦ blue 9

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

Shades of Maire #120F09

Tints of Maire #120F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 35.71%

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

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120F09 (or 0x120F09) is known color: Maire. HEX triplet: 12, 0F and 09. RGB value is (18,15,9). Sum of RGB (Red+Green+Blue) = 18+15+9=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F09 is #EDF0F6. Grayscale: #0F0F0F. Windows color (decimal): -15593719 or 593682. OLE color: 593682.

HSL color Cylindrical-coordinate representation of color #120F09: hue angle of 40º 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 #120F09 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 15 9 -
CMYK 0 0.17 0.5 0.93
HSL 40º 0.33% 0.05% -
HSV(B) 40º 0.5% 0.07% -
XYZ 0.47 0.49 0.33 -
YUV 15.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 18 15 9 0 0.17 0.5 0.93 40 0.33 0.05
Hex 12 F 9 0 11 32 5D 28 21 5
Octal 22 17 11 0 21 62 135 50 41 5
Binary 10010 1111 1001 0 10001 110010 1011101 101000 100001 101

Color Harmonies of #120F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F09

Black with #120F09

Text Example


Text Example

White with #120F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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