#12100F

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

Shades of Black #12100F

Tints of Black #12100F

Color information

#12100F (or 0x12100F) is unknown color: approx Black. HEX triplet: 12, 10 and 0F. RGB value is (18,16,15). Sum of RGB (Red+Green+Blue) = 18+16+15=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #12100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12100F is #EDEFF0. Grayscale: #101010. Windows color (decimal): -15593457 or 987154. OLE color: 987154.

HSL color Cylindrical-coordinate representation of color #12100F: hue angle of 20º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #12100F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB181615-
CMYK00.110.170.93
HSL20º9.09%6.47%-
HSV(B)20º16.67%7.06%-
XYZ0.520.530.53-
YUV16.48127.16129.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=36.73%
G=32.65%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161500.110.170.93209.096.47
Hex1210F0B115D1496
Octal2220170132113524116
Binary1001010000111101011100011011101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12100F; }

 p { color: rgb(18,16,15); }

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

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

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

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

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

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

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