Html Css Color HEX #111415 Black Pearl

📋 copy color: '#111415'

red 17 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #111415

Tints of Black Pearl #111415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 34.48%

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 29.31%
G = 34.48%
B = 36.21%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111415 (or 0x111415) is known color: Black Pearl. HEX triplet: 11, 14 and 15. RGB value is (17,20,21). Sum of RGB (Red+Green+Blue) = 17+20+21=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #111415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111415 is #EEEBEA. Grayscale: #131313. Windows color (decimal): -15657963 or 1381393. OLE color: 1381393.

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

Color convert

RGB 17 20 21 -
CMYK 0.19 0.05 0 0.92
HSL 195º 0.11% 0.07% -
HSV(B) 195º 0.19% 0.08% -
XYZ 0.62 0.67 0.81 -
YUV 19.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 17 20 21 0.19 0.05 0 0.92 195 0.11 0.07
Hex 11 14 15 13 5 0 5C C3 B 7
Octal 21 24 25 23 5 0 134 303 13 7
Binary 10001 10100 10101 10011 101 0 1011100 11000011 1011 111

Color Harmonies of #111415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111415

Black with #111415

Text Example


Text Example

White with #111415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111415; }

 p { color: rgb(17,20,21); }

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

background-color css

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

 a { background-color: rgb(17,20,21); }

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

border-color css

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

 span { border-color: rgb(17,20,21); }

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