Html Css Color HEX #111208 Maire

📋 copy color: '#111208'

red 17 ◦ green 18 ◦ blue 8

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

Shades of Maire #111208

Tints of Maire #111208

RGB

 RED value IS 17 (7.03% from 255) = 39.53%

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

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

R = 39.53%
G = 41.86%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#111208 (or 0x111208) is known color: Maire. HEX triplet: 11, 12 and 08. RGB value is (17,18,8). Sum of RGB (Red+Green+Blue) = 17+18+8=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #111208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111208 is #EEEDF7. Grayscale: #101010. Windows color (decimal): -15658488 or 528913. OLE color: 528913.

HSL color Cylindrical-coordinate representation of color #111208: hue angle of 66º 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 #111208 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 18 8 -
CMYK 0.06 0 0.56 0.93
HSL 66º 0.38% 0.05% -
HSV(B) 66º 0.56% 0.07% -
XYZ 0.49 0.57 0.31 -
YUV 16.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 17 18 8 0.06 0 0.56 0.93 66 0.38 0.05
Hex 11 12 8 6 0 38 5D 42 26 5
Octal 21 22 10 6 0 70 135 102 46 5
Binary 10001 10010 1000 110 0 111000 1011101 1000010 100110 101

Color Harmonies of #111208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111208

Black with #111208

Text Example


Text Example

White with #111208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111208; }

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

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

background-color css

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

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

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

border-color css

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

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

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