Html Css Color HEX #12110C Maire

📋 copy color: '#12110C'

red 18 ◦ green 17 ◦ blue 12

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

Shades of Maire #12110C

Tints of Maire #12110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.17%

 BLUE value IS 12 (5.08% from 255) = 25.53%

R = 38.3%
G = 36.17%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#12110C (or 0x12110C) is known color: Maire. HEX triplet: 12, 11 and 0C. RGB value is (18,17,12). Sum of RGB (Red+Green+Blue) = 18+17+12=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #12110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110C is #EDEEF3. Grayscale: #101010. Windows color (decimal): -15593204 or 790802. OLE color: 790802.

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

Color convert

RGB 18 17 12 -
CMYK 0 0.06 0.33 0.93
HSL 50º 0.2% 0.06% -
HSV(B) 50º 0.33% 0.07% -
XYZ 0.52 0.56 0.43 -
YUV 16.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 18 17 12 0 0.06 0.33 0.93 50 0.2 0.06
Hex 12 11 C 0 6 21 5D 32 14 6
Octal 22 21 14 0 6 41 135 62 24 6
Binary 10010 10001 1100 0 110 100001 1011101 110010 10100 110

Color Harmonies of #12110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12110C

Black with #12110C

Text Example


Text Example

White with #12110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12110C; }

 p { color: rgb(18,17,12); }

 H1.HeaderClassName
 {
   color: #12110C;
 }
 .AnyTagClassName
 {
   color: #12110C;
 }
</style>

background-color css

<style>
 a { background-color: #12110C; }

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

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

border-color css

<style>
 span { border-color: #12110C; }

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

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