#100A00

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

Shades of Black #100A00

Tints of Black #100A00

Color information

#100A00 (or 0x100A00) is unknown color: approx Black. HEX triplet: 10, 0A and 00. RGB value is (16,10,0). Sum of RGB (Red+Green+Blue) = 16+10+0=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A00 is #EFF5FF. Grayscale: #0A0A0A. Windows color (decimal): -15726080 or 2576. OLE color: 2576.

HSL color Cylindrical-coordinate representation of color #100A00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB16100-
CMYK00.3710.94
HSL37.5º100%3.14%-
HSV(B)37.5º100%6.27%-
XYZ0.320.330.05-
YUV10.65121.99131.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 61.54%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1610000.3710.9437.51003.14
Hex10A0025645E26643
Octal20120045144136461443
Binary1000010100010010111001001011110100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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