Html Css Color HEX #111200 Maire

📋 copy color: '#111200'

red 17 ◦ green 18 ◦ blue 0

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

Shades of Maire #111200

Tints of Maire #111200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#111200 (or 0x111200) is known color: Maire. HEX triplet: 11, 12 and 00. RGB value is (17,18,0). Sum of RGB (Red+Green+Blue) = 17+18+0=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #111200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111200 is #EEEDFF. Grayscale: #0F0F0F. Windows color (decimal): -15658496 or 4625. OLE color: 4625.

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

Color convert

RGB 17 18 0 -
CMYK 0.06 0 1 0.93
HSL 63.33º 1% 0.04% -
HSV(B) 63.33º 1% 0.07% -
XYZ 0.45 0.55 0.08 -
YUV 15.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 17 18 0 0.06 0 1 0.93 63.33 1 0.04
Hex 11 12 0 6 0 64 5D 3F 64 4
Octal 21 22 0 6 0 144 135 77 144 4
Binary 10001 10010 0 110 0 1100100 1011101 111111 1100100 100

Color Harmonies of #111200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111200

Black with #111200

Text Example


Text Example

White with #111200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111200; }

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

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

background-color css

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

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

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

border-color css

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

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

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