Html Css Color HEX #110D0C Black

📋 copy color: '#110D0C'

red 17 ◦ green 13 ◦ blue 12

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

Shades of Black #110D0C

Tints of Black #110D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 30.95%

 BLUE value IS 12 (5.08% from 255) = 28.57%

R = 40.48%
G = 30.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#110D0C (or 0x110D0C) is known color: Black. HEX triplet: 11, 0D and 0C. RGB value is (17,13,12). Sum of RGB (Red+Green+Blue) = 17+13+12=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0C is #EEF2F3. Grayscale: #0E0E0E. Windows color (decimal): -15659764 or 789777. OLE color: 789777.

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

Color convert

RGB 17 13 12 -
CMYK 0 0.24 0.29 0.93
HSL 12º 0.17% 0.06% -
HSV(B) 12º 0.29% 0.07% -
XYZ 0.44 0.43 0.41 -
YUV 14.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 17 13 12 0 0.24 0.29 0.93 12 0.17 0.06
Hex 11 D C 0 18 1D 5D C 11 6
Octal 21 15 14 0 30 35 135 14 21 6
Binary 10001 1101 1100 0 11000 11101 1011101 1100 10001 110

Color Harmonies of #110D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D0C

Black with #110D0C

Text Example


Text Example

White with #110D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,12); }

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

background-color css

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

 a { background-color: rgb(17,13,12); }

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

border-color css

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

 span { border-color: rgb(17,13,12); }

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