Html Css Color HEX #12110F Maire

📋 copy color: '#12110F'

red 18 ◦ green 17 ◦ blue 15

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

Shades of Maire #12110F

Tints of Maire #12110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30%

R = 36%
G = 34%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12110F (or 0x12110F) is known color: Maire. HEX triplet: 12, 11 and 0F. RGB value is (18,17,15). Sum of RGB (Red+Green+Blue) = 18+17+15=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 18 - color contains mainly: red. Hex color #12110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110F is #EDEEF0. Grayscale: #111111. Windows color (decimal): -15593201 or 987410. OLE color: 987410.

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

Color convert

RGB 18 17 15 -
CMYK 0 0.06 0.17 0.93
HSL 40º 0.09% 0.06% -
HSV(B) 40º 0.17% 0.07% -
XYZ 0.54 0.56 0.53 -
YUV 17.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 18 17 15 0 0.06 0.17 0.93 40 0.09 0.06
Hex 12 11 F 0 6 11 5D 28 9 6
Octal 22 21 17 0 6 21 135 50 11 6
Binary 10010 10001 1111 0 110 10001 1011101 101000 1001 110

Color Harmonies of #12110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12110F

Black with #12110F

Text Example


Text Example

White with #12110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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