Html Css Color HEX #12110D Maire

📋 copy color: '#12110D'

red 18 ◦ green 17 ◦ blue 13

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

Shades of Maire #12110D

Tints of Maire #12110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 37.5%
G = 35.42%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12110D (or 0x12110D) is known color: Maire. HEX triplet: 12, 11 and 0D. RGB value is (18,17,13). Sum of RGB (Red+Green+Blue) = 18+17+13=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #12110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110D is #EDEEF2. Grayscale: #101010. Windows color (decimal): -15593203 or 856338. OLE color: 856338.

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

Color convert

RGB 18 17 13 -
CMYK 0 0.06 0.28 0.93
HSL 48º 0.16% 0.06% -
HSV(B) 48º 0.28% 0.07% -
XYZ 0.52 0.56 0.46 -
YUV 16.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 18 17 13 0 0.06 0.28 0.93 48 0.16 0.06
Hex 12 11 D 0 6 1C 5D 30 10 6
Octal 22 21 15 0 6 34 135 60 20 6
Binary 10010 10001 1101 0 110 11100 1011101 110000 10000 110

Color Harmonies of #12110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12110D

Black with #12110D

Text Example


Text Example

White with #12110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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