Html Css Color HEX #121111 Black

📋 copy color: '#121111'

red 18 ◦ green 17 ◦ blue 17

#121111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #121111

Tints of Black #121111

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 value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#121111 (or 0x121111) is known color: 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

RGB 18 17 17 -
CMYK 0 0.06 0.06 0.93
HSL 0.03% 0.07% -
HSV(B) 0.06% 0.07% -
XYZ 0.55 0.57 0.61 -
YUV 17.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 18 17 17 0 0.06 0.06 0.93 0 0.03 0.07
Hex 12 11 11 0 6 6 5D 0 3 7
Octal 22 21 21 0 6 6 135 0 3 7
Binary 10010 10001 10001 0 110 110 1011101 0 11 111

Color Harmonies of #121111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121111

Black with #121111

Text Example


Text Example

White with #121111

Text Example


Text Example

HTML Codes & Css Web 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>