Html Css Color HEX #110F0E Black

📋 copy color: '#110F0E'

red 17 ◦ green 15 ◦ blue 14

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

Shades of Black #110F0E

Tints of Black #110F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 36.96%
G = 32.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#110F0E (or 0x110F0E) is known color: Black. HEX triplet: 11, 0F and 0E. RGB value is (17,15,14). Sum of RGB (Red+Green+Blue) = 17+15+14=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0E is #EEF0F1. Grayscale: #0F0F0F. Windows color (decimal): -15659250 or 921361. OLE color: 921361.

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

Color convert

RGB 17 15 14 -
CMYK 0 0.12 0.18 0.93
HSL 20º 0.1% 0.06% -
HSV(B) 20º 0.18% 0.07% -
XYZ 0.48 0.49 0.49 -
YUV 15.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 17 15 14 0 0.12 0.18 0.93 20 0.1 0.06
Hex 11 F E 0 C 12 5D 14 A 6
Octal 21 17 16 0 14 22 135 24 12 6
Binary 10001 1111 1110 0 1100 10010 1011101 10100 1010 110

Color Harmonies of #110F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F0E

Black with #110F0E

Text Example


Text Example

White with #110F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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