Html Css Color HEX #110E07 Maire

📋 copy color: '#110E07'

red 17 ◦ green 14 ◦ blue 7

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

Shades of Maire #110E07

Tints of Maire #110E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 36.84%

 BLUE value IS 7 (3.13% from 255) = 18.42%

R = 44.74%
G = 36.84%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#110E07 (or 0x110E07) is known color: Maire. HEX triplet: 11, 0E and 07. RGB value is (17,14,7). Sum of RGB (Red+Green+Blue) = 17+14+7=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E07 is #EEF1F8. Grayscale: #0E0E0E. Windows color (decimal): -15659513 or 462353. OLE color: 462353.

HSL color Cylindrical-coordinate representation of color #110E07: hue angle of 42º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110E07 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 14 7 -
CMYK 0 0.18 0.59 0.93
HSL 42º 0.42% 0.05% -
HSV(B) 42º 0.59% 0.07% -
XYZ 0.43 0.45 0.27 -
YUV 14.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 17 14 7 0 0.18 0.59 0.93 42 0.42 0.05
Hex 11 E 7 0 12 3B 5D 2A 2A 5
Octal 21 16 7 0 22 73 135 52 52 5
Binary 10001 1110 111 0 10010 111011 1011101 101010 101010 101

Color Harmonies of #110E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E07

Black with #110E07

Text Example


Text Example

White with #110E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,14,7); }

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

background-color css

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

 a { background-color: rgb(17,14,7); }

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

border-color css

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

 span { border-color: rgb(17,14,7); }

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