#100A08

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

Shades of Black #100A08

Tints of Black #100A08

Color information

#100A08 (or 0x100A08) is unknown color: approx Black. HEX triplet: 10, 0A and 08. RGB value is (16,10,8). Sum of RGB (Red+Green+Blue) = 16+10+8=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #100A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A08 is #EFF5F7. Grayscale: #0B0B0B. Windows color (decimal): -15726072 or 526864. OLE color: 526864.

HSL color Cylindrical-coordinate representation of color #100A08: hue angle of 15º 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 #100A08 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB16108-
CMYK00.370.500.94
HSL15º33.33%4.71%-
HSV(B)15º50%6.27%-
XYZ0.370.340.28-
YUV11.57125.99131.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 47.06%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1610800.370.500.941533.334.71
Hex10A8025325Ef215
Octal2012100456213617415
Binary1000010101000010010111001010111101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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