#110B03

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

Shades of Black #110B03

Tints of Black #110B03

Color information

#110B03 (or 0x110B03) is unknown color: approx Black. HEX triplet: 11, 0B and 03. RGB value is (17,11,3). Sum of RGB (Red+Green+Blue) = 17+11+3=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B03 is #EEF4FC. Grayscale: #0B0B0B. Windows color (decimal): -15660285 or 199441. OLE color: 199441.

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

Color convert

RGB17113-
CMYK00.350.820.93
HSL34.29º70%3.92%-
HSV(B)34.29º82.35%6.67%-
XYZ0.370.370.14-
YUV11.88122.99131.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 3 (1.56% from 255) = 9.68%
R=54.84%
G=35.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711300.350.820.9334.29703.92
Hex11B3023525D22464
Octal21133043122135421064
Binary100011011110100011101001010111011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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