#110B07

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

Shades of Black #110B07

Tints of Black #110B07

Color information

#110B07 (or 0x110B07) is unknown color: approx Black. HEX triplet: 11, 0B and 07. RGB value is (17,11,7). Sum of RGB (Red+Green+Blue) = 17+11+7=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B07 is #EEF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15660281 or 461585. OLE color: 461585.

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

Color convert

RGB17117-
CMYK00.350.590.93
HSL24º41.67%4.71%-
HSV(B)24º58.82%6.67%-
XYZ0.390.370.25-
YUV12.34124.99131.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 11 (4.69% from 255) = 31.43%
BLUE value IS 7 (3.12% from 255) = 20%
R=48.57%
G=31.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711700.350.590.932441.674.71
Hex11B70233B5D182a5
Octal211370437313530525
Binary1000110111110100011111011101110111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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