#121010

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

Shades of Black #121010

Tints of Black #121010

Color information

#121010 (or 0x121010) is unknown color: approx Black. HEX triplet: 12, 10 and 10. RGB value is (18,16,16). Sum of RGB (Red+Green+Blue) = 18+16+16=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 18 - color contains mainly: red. Hex color #121010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121010 is #EDEFEF. Grayscale: #101010. Windows color (decimal): -15593456 or 1052690. OLE color: 1052690.

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

Color convert

RGB181616-
CMYK00.110.110.93
HSL5.88%6.67%-
HSV(B)11.11%7.06%-
XYZ0.530.540.57-
YUV16.6127.66129-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 16 (6.64% from 255) = 32%
R=36%
G=32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161600.110.110.9305.886.67
Hex1210100BB5D067
Octal22202001313135067
Binary10010100001000001011101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121010; }

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

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

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

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

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

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

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

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