Html Css Color HEX #120E07 Maire

📋 copy color: '#120E07'

red 18 ◦ green 14 ◦ blue 7

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

Shades of Maire #120E07

Tints of Maire #120E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 35.9%

 BLUE value IS 7 (3.13% from 255) = 17.95%

R = 46.15%
G = 35.9%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120E07 (or 0x120E07) is known color: Maire. HEX triplet: 12, 0E and 07. RGB value is (18,14,7). Sum of RGB (Red+Green+Blue) = 18+14+7=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E07 is #EDF1F8. Grayscale: #0E0E0E. Windows color (decimal): -15593977 or 462354. OLE color: 462354.

HSL color Cylindrical-coordinate representation of color #120E07: hue angle of 38.18º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120E07 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 14 7 -
CMYK 0 0.22 0.61 0.93
HSL 38.18º 0.44% 0.05% -
HSV(B) 38.18º 0.61% 0.07% -
XYZ 0.44 0.46 0.27 -
YUV 14.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 18 14 7 0 0.22 0.61 0.93 38.18 0.44 0.05
Hex 12 E 7 0 16 3D 5D 26 2C 5
Octal 22 16 7 0 26 75 135 46 54 5
Binary 10010 1110 111 0 10110 111101 1011101 100110 101100 101

Color Harmonies of #120E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E07

Black with #120E07

Text Example


Text Example

White with #120E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,7); }

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

background-color css

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

 a { background-color: rgb(18,14,7); }

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

border-color css

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

 span { border-color: rgb(18,14,7); }

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