#100B05

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

Shades of Black #100B05

Tints of Black #100B05

Color information

#100B05 (or 0x100B05) is unknown color: approx Black. HEX triplet: 10, 0B and 05. RGB value is (16,11,5). Sum of RGB (Red+Green+Blue) = 16+11+5=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B05 is #EFF4FA. Grayscale: #0B0B0B. Windows color (decimal): -15725819 or 330512. OLE color: 330512.

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

Color convert

RGB16115-
CMYK00.310.690.94
HSL32.73º52.38%4.12%-
HSV(B)32.73º68.75%6.27%-
XYZ0.360.360.19-
YUV11.81124.16130.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=50%
G=34.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611500.310.690.9432.7352.384.12
Hex10B501F455E21344
Octal2013503710513641644
Binary10000101110101111110001011011110100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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