Html Css Color HEX #120F07 Maire

📋 copy color: '#120F07'

red 18 ◦ green 15 ◦ blue 7

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

Shades of Maire #120F07

Tints of Maire #120F07

RGB

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

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

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

R = 45%
G = 37.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120F07 (or 0x120F07) is known color: Maire. HEX triplet: 12, 0F and 07. RGB value is (18,15,7). Sum of RGB (Red+Green+Blue) = 18+15+7=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F07 is #EDF0F8. Grayscale: #0F0F0F. Windows color (decimal): -15593721 or 462610. OLE color: 462610.

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

Color convert

RGB 18 15 7 -
CMYK 0 0.17 0.61 0.93
HSL 43.64º 0.44% 0.05% -
HSV(B) 43.64º 0.61% 0.07% -
XYZ 0.46 0.49 0.27 -
YUV 14.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 18 15 7 0 0.17 0.61 0.93 43.64 0.44 0.05
Hex 12 F 7 0 11 3D 5D 2C 2C 5
Octal 22 17 7 0 21 75 135 54 54 5
Binary 10010 1111 111 0 10001 111101 1011101 101100 101100 101

Color Harmonies of #120F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F07

Black with #120F07

Text Example


Text Example

White with #120F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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