#110B0B

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

Shades of Black #110B0B

Tints of Black #110B0B

Color information

#110B0B (or 0x110B0B) is unknown color: approx Black. HEX triplet: 11, 0B and 0B. RGB value is (17,11,11). Sum of RGB (Red+Green+Blue) = 17+11+11=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0B is #EEF4F4. Grayscale: #0C0C0C. Windows color (decimal): -15660277 or 723729. OLE color: 723729.

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

Color convert

RGB171111-
CMYK00.350.350.93
HSL21.43%5.49%-
HSV(B)35.29%6.67%-
XYZ0.410.380.37-
YUV12.79126.99131-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=43.59%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111100.350.350.93021.435.49
Hex11BB023235D0155
Octal211313043431350255
Binary100011011101101000111000111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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