Html Css Color HEX #120F08 Maire

📋 copy color: '#120F08'

red 18 ◦ green 15 ◦ blue 8

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

Shades of Maire #120F08

Tints of Maire #120F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 19.51%

R = 43.9%
G = 36.59%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120F08 (or 0x120F08) is known color: Maire. HEX triplet: 12, 0F and 08. RGB value is (18,15,8). Sum of RGB (Red+Green+Blue) = 18+15+8=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F08 is #EDF0F7. Grayscale: #0F0F0F. Windows color (decimal): -15593720 or 528146. OLE color: 528146.

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

Color convert

RGB 18 15 8 -
CMYK 0 0.17 0.56 0.93
HSL 42º 0.38% 0.05% -
HSV(B) 42º 0.56% 0.07% -
XYZ 0.46 0.49 0.3 -
YUV 15.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 18 15 8 0 0.17 0.56 0.93 42 0.38 0.05
Hex 12 F 8 0 11 38 5D 2A 26 5
Octal 22 17 10 0 21 70 135 52 46 5
Binary 10010 1111 1000 0 10001 111000 1011101 101010 100110 101

Color Harmonies of #120F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F08

Black with #120F08

Text Example


Text Example

White with #120F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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