#110B05

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

Shades of Black #110B05

Tints of Black #110B05

Color information

#110B05 (or 0x110B05) is unknown color: approx Black. HEX triplet: 11, 0B and 05. RGB value is (17,11,5). Sum of RGB (Red+Green+Blue) = 17+11+5=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B05 is #EEF4FA. Grayscale: #0C0C0C. Windows color (decimal): -15660283 or 330513. OLE color: 330513.

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

Color convert

RGB17115-
CMYK00.350.710.93
HSL30º54.55%4.31%-
HSV(B)30º70.59%6.67%-
XYZ0.380.370.19-
YUV12.11123.99131.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=51.52%
G=33.33%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711500.350.710.933054.554.31
Hex11B5023475D1e374
Octal2113504310713536674
Binary10001101110101000111000111101110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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