Html Css Color HEX #121516 Black Pearl

📋 copy color: '#121516'

red 18 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #121516

Tints of Black Pearl #121516

RGB

 RED value IS 18 (7.42% from 255) = 29.51%

 GREEN value IS 21 (8.59% from 255) = 34.43%

 BLUE value IS 22 (8.98% from 255) = 36.07%

R = 29.51%
G = 34.43%
B = 36.07%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121516 (or 0x121516) is known color: Black Pearl. HEX triplet: 12, 15 and 16. RGB value is (18,21,22). Sum of RGB (Red+Green+Blue) = 18+21+22=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 22 - color contains mainly: blue. Hex color #121516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121516 is #EDEAE9. Grayscale: #141414. Windows color (decimal): -15592170 or 1447186. OLE color: 1447186.

HSL color Cylindrical-coordinate representation of color #121516: hue angle of 195º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #121516 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 21 22 -
CMYK 0.18 0.05 0 0.91
HSL 195º 0.1% 0.08% -
HSV(B) 195º 0.18% 0.09% -
XYZ 0.66 0.72 0.86 -
YUV 20.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 18 21 22 0.18 0.05 0 0.91 195 0.1 0.08
Hex 12 15 16 12 5 0 5B C3 A 8
Octal 22 25 26 22 5 0 133 303 12 10
Binary 10010 10101 10110 10010 101 0 1011011 11000011 1010 1000

Color Harmonies of #121516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121516

Black with #121516

Text Example


Text Example

White with #121516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121516; }

 p { color: rgb(18,21,22); }

 H1.HeaderClassName
 {
   color: #121516;
 }
 .AnyTagClassName
 {
   color: #121516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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