Html Css Color HEX #110B00 Maire

📋 copy color: '#110B00'

red 17 ◦ green 11 ◦ blue 0

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

Shades of Maire #110B00

Tints of Maire #110B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 39.29%

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

R = 60.71%
G = 39.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110B00 (or 0x110B00) is known color: Maire. HEX triplet: 11, 0B and 00. RGB value is (17,11,0). Sum of RGB (Red+Green+Blue) = 17+11+0=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B00 is #EEF4FF. Grayscale: #0B0B0B. Windows color (decimal): -15660288 or 2833. OLE color: 2833.

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

Color convert

RGB 17 11 0 -
CMYK 0 0.35 1 0.93
HSL 38.82º 1% 0.03% -
HSV(B) 38.82º 1% 0.07% -
XYZ 0.35 0.36 0.05 -
YUV 11.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 17 11 0 0 0.35 1 0.93 38.82 1 0.03
Hex 11 B 0 0 23 64 5D 27 64 3
Octal 21 13 0 0 43 144 135 47 144 3
Binary 10001 1011 0 0 100011 1100100 1011101 100111 1100100 11

Color Harmonies of #110B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B00

Black with #110B00

Text Example


Text Example

White with #110B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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