Html Css Color HEX #101516 Black Pearl

📋 copy color: '#101516'

red 16 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #101516

Tints of Black Pearl #101516

RGB

 RED value IS 16 (6.64% from 255) = 27.12%

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

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

R = 27.12%
G = 35.59%
B = 37.29%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101516 (or 0x101516) is known color: Black Pearl. HEX triplet: 10, 15 and 16. RGB value is (16,21,22). Sum of RGB (Red+Green+Blue) = 16+21+22=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #101516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101516 is #EFEAE9. Grayscale: #131313. Windows color (decimal): -15723242 or 1447184. OLE color: 1447184.

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

Color convert

RGB 16 21 22 -
CMYK 0.27 0.05 0 0.91
HSL 190º 0.16% 0.07% -
HSV(B) 190º 0.27% 0.09% -
XYZ 0.63 0.7 0.86 -
YUV 19.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 16 21 22 0.27 0.05 0 0.91 190 0.16 0.07
Hex 10 15 16 1B 5 0 5B BE 10 7
Octal 20 25 26 33 5 0 133 276 20 7
Binary 10000 10101 10110 11011 101 0 1011011 10111110 10000 111

Color Harmonies of #101516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101516

Black with #101516

Text Example


Text Example

White with #101516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101516; }

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

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

background-color css

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

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

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

border-color css

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

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

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