Html Css Color HEX #12120E Maire

📋 copy color: '#12120E'

red 18 ◦ green 18 ◦ blue 14

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

Shades of Maire #12120E

Tints of Maire #12120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 36%

 BLUE value IS 14 (5.86% from 255) = 28%

R = 36%
G = 36%
B = 28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12120E (or 0x12120E) is known color: Maire. HEX triplet: 12, 12 and 0E. RGB value is (18,18,14). Sum of RGB (Red+Green+Blue) = 18+18+14=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120E is #EDEDF1. Grayscale: #111111. Windows color (decimal): -15592946 or 922130. OLE color: 922130.

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

Color convert

RGB 18 18 14 -
CMYK 0 0 0.22 0.93
HSL 60º 0.13% 0.06% -
HSV(B) 60º 0.22% 0.07% -
XYZ 0.55 0.59 0.5 -
YUV 17.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 18 18 14 0 0 0.22 0.93 60 0.13 0.06
Hex 12 12 E 0 0 16 5D 3C C 6
Octal 22 22 16 0 0 26 135 74 14 6
Binary 10010 10010 1110 0 0 10110 1011101 111100 1100 110

Color Harmonies of #12120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12120E

Black with #12120E

Text Example


Text Example

White with #12120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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