#121111

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

Shades of Black #121111

Tints of Black #121111

Color information

#121111 (or 0x121111) is unknown color: approx Black. HEX triplet: 12, 11 and 11. RGB value is (18,17,17). Sum of RGB (Red+Green+Blue) = 18+17+17=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 18 - color contains mainly: red. Hex color #121111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121111 is #EDEEEE. Grayscale: #111111. Windows color (decimal): -15593199 or 1118482. OLE color: 1118482.

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

Color convert

RGB181717-
CMYK00.060.060.93
HSL2.86%6.86%-
HSV(B)5.56%7.06%-
XYZ0.550.570.61-
YUV17.3127.83128.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=34.62%
G=32.69%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171700.060.060.9302.866.86
Hex1211110665D037
Octal222121066135037
Binary10010100011000101101101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121111; }

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

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

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

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

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

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

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

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