#100C0C

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

Shades of Black #100C0C

Tints of Black #100C0C

Color information

#100C0C (or 0x100C0C) is unknown color: approx Black. HEX triplet: 10, 0C and 0C. RGB value is (16,12,12). Sum of RGB (Red+Green+Blue) = 16+12+12=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C0C is #EFF3F3. Grayscale: #0D0D0D. Windows color (decimal): -15725556 or 789520. OLE color: 789520.

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

Color convert

RGB161212-
CMYK00.250.250.94
HSL14.29%5.49%-
HSV(B)25%6.27%-
XYZ0.410.40.4-
YUV13.2127.33130-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 12 (5.08% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16121200.250.250.94014.295.49
Hex10CC019195E0e5
Octal201414031311360165
Binary100001100110001100111001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,12); }

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

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

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

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

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

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

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