#100908

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

Shades of Black #100908

Tints of Black #100908

Color information

#100908 (or 0x100908) is unknown color: approx Black. HEX triplet: 10, 09 and 08. RGB value is (16,9,8). Sum of RGB (Red+Green+Blue) = 16+9+8=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100908 is #EFF6F7. Grayscale: #0A0A0A. Windows color (decimal): -15726328 or 526608. OLE color: 526608.

HSL color Cylindrical-coordinate representation of color #100908: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100908 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB1698-
CMYK00.440.500.94
HSL7.5º33.33%4.71%-
HSV(B)7.5º50%6.27%-
XYZ0.360.320.27-
YUV10.98126.32131.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=48.48%
G=27.27%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal169800.440.500.947.533.334.71
Hex109802C325E8215
Octal2011100546213610415
Binary1000010011000010110011001010111101000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100908; }

 p { color: rgb(16,9,8); }

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

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

 a { background-color: rgb(16,9,8); }

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

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

 span { border-color: rgb(16,9,8); }

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