Html Css Color HEX #110F07 Maire

📋 copy color: '#110F07'

red 17 ◦ green 15 ◦ blue 7

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

Shades of Maire #110F07

Tints of Maire #110F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 38.46%

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

R = 43.59%
G = 38.46%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#110F07 (or 0x110F07) is known color: Maire. HEX triplet: 11, 0F and 07. RGB value is (17,15,7). Sum of RGB (Red+Green+Blue) = 17+15+7=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F07 is #EEF0F8. Grayscale: #0E0E0E. Windows color (decimal): -15659257 or 462609. OLE color: 462609.

HSL color Cylindrical-coordinate representation of color #110F07: hue angle of 48º 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 #110F07 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 15 7 -
CMYK 0 0.12 0.59 0.93
HSL 48º 0.42% 0.05% -
HSV(B) 48º 0.59% 0.07% -
XYZ 0.44 0.48 0.27 -
YUV 14.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 17 15 7 0 0.12 0.59 0.93 48 0.42 0.05
Hex 11 F 7 0 C 3B 5D 30 2A 5
Octal 21 17 7 0 14 73 135 60 52 5
Binary 10001 1111 111 0 1100 111011 1011101 110000 101010 101

Color Harmonies of #110F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F07

Black with #110F07

Text Example


Text Example

White with #110F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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