Html Css Color HEX #121010 Black

📋 copy color: '#121010'

red 18 ◦ green 16 ◦ blue 16

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

Shades of Black #121010

Tints of Black #121010

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

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

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

RGB 18 16 16 -
CMYK 0 0.11 0.11 0.93
HSL 0.06% 0.07% -
HSV(B) 0.11% 0.07% -
XYZ 0.53 0.54 0.57 -
YUV 16.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 18 16 16 0 0.11 0.11 0.93 0 0.06 0.07
Hex 12 10 10 0 B B 5D 0 6 7
Octal 22 20 20 0 13 13 135 0 6 7
Binary 10010 10000 10000 0 1011 1011 1011101 0 110 111

Color Harmonies of #121010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121010

Black with #121010

Text Example


Text Example

White with #121010

Text Example


Text Example

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