Html Css Color HEX #131516 Black Pearl

📋 copy color: '#131516'

red 19 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #131516

Tints of Black Pearl #131516

RGB

 RED value IS 19 (7.81% from 255) = 30.65%

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

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

R = 30.65%
G = 33.87%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131516 (or 0x131516) is known color: Black Pearl. HEX triplet: 13, 15 and 16. RGB value is (19,21,22). Sum of RGB (Red+Green+Blue) = 19+21+22=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 22 - color contains mainly: blue. Hex color #131516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131516 is #ECEAE9. Grayscale: #141414. Windows color (decimal): -15526634 or 1447187. OLE color: 1447187.

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

Color convert

RGB 19 21 22 -
CMYK 0.14 0.05 0 0.91
HSL 200º 0.07% 0.08% -
HSV(B) 200º 0.14% 0.09% -
XYZ 0.68 0.73 0.86 -
YUV 20.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 19 21 22 0.14 0.05 0 0.91 200 0.07 0.08
Hex 13 15 16 E 5 0 5B C8 7 8
Octal 23 25 26 16 5 0 133 310 7 10
Binary 10011 10101 10110 1110 101 0 1011011 11001000 111 1000

Color Harmonies of #131516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131516

Black with #131516

Text Example


Text Example

White with #131516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131516; }

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

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

background-color css

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

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

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

border-color css

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

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

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