#100B06

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

Shades of Black #100B06

Tints of Black #100B06

Color information

#100B06 (or 0x100B06) is unknown color: approx Black. HEX triplet: 10, 0B and 06. RGB value is (16,11,6). Sum of RGB (Red+Green+Blue) = 16+11+6=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B06 is #EFF4F9. Grayscale: #0B0B0B. Windows color (decimal): -15725818 or 396048. OLE color: 396048.

HSL color Cylindrical-coordinate representation of color #100B06: hue angle of 30º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #100B06 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB16116-
CMYK00.310.620.94
HSL30º45.45%4.31%-
HSV(B)30º62.5%6.27%-
XYZ0.370.360.22-
YUV11.92124.66130.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=48.48%
G=33.33%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611600.310.620.943045.454.31
Hex10B601F3E5E1e2d4
Octal201360377613636554
Binary100001011110011111111110101111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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