Html Css Color HEX #111316 Black Pearl

📋 copy color: '#111316'

red 17 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #111316

Tints of Black Pearl #111316

RGB

 RED value IS 17 (7.03% from 255) = 29.31%

 GREEN value IS 19 (7.81% from 255) = 32.76%

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

R = 29.31%
G = 32.76%
B = 37.93%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111316 (or 0x111316) is known color: Black Pearl. HEX triplet: 11, 13 and 16. RGB value is (17,19,22). Sum of RGB (Red+Green+Blue) = 17+19+22=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #111316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111316 is #EEECE9. Grayscale: #121212. Windows color (decimal): -15658218 or 1446673. OLE color: 1446673.

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

Color convert

RGB 17 19 22 -
CMYK 0.23 0.14 0 0.91
HSL 216º 0.13% 0.08% -
HSV(B) 216º 0.23% 0.09% -
XYZ 0.61 0.64 0.85 -
YUV 18.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 17 19 22 0.23 0.14 0 0.91 216 0.13 0.08
Hex 11 13 16 17 E 0 5B D8 D 8
Octal 21 23 26 27 16 0 133 330 15 10
Binary 10001 10011 10110 10111 1110 0 1011011 11011000 1101 1000

Color Harmonies of #111316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111316

Black with #111316

Text Example


Text Example

White with #111316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111316; }

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

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

background-color css

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

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

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

border-color css

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

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

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