#110B06

Color #110B06 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #110B06

Tints of Black #110B06

Color information

#110B06 (or 0x110B06) is unknown color: approx Black. HEX triplet: 11, 0B and 06. RGB value is (17,11,6). Sum of RGB (Red+Green+Blue) = 17+11+6=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B06 is #EEF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15660282 or 396049. OLE color: 396049.

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

Color convert

RGB17116-
CMYK00.350.650.93
HSL27.27º47.83%4.51%-
HSV(B)27.27º64.71%6.67%-
XYZ0.380.370.22-
YUV12.22124.49131.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 32.35%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=50%
G=32.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711600.350.650.9327.2747.834.51
Hex11B6023415D1b305
Octal2113604310113533605
Binary10001101111001000111000001101110111011110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #110B06;
 }
 .AnyTagClassName
 {
   color: #110B06;
 }
</style>
background-color css

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

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

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

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

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

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