Html Css Color HEX #111518 Black Pearl

📋 copy color: '#111518'

red 17 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #111518

Tints of Black Pearl #111518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 27.42%
G = 33.87%
B = 38.71%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111518 (or 0x111518) is known color: Black Pearl. HEX triplet: 11, 15 and 18. RGB value is (17,21,24). Sum of RGB (Red+Green+Blue) = 17+21+24=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #111518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111518 is #EEEAE7. Grayscale: #141414. Windows color (decimal): -15657704 or 1578257. OLE color: 1578257.

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

Color convert

RGB 17 21 24 -
CMYK 0.29 0.13 0 0.91
HSL 205.71º 0.17% 0.08% -
HSV(B) 205.71º 0.29% 0.09% -
XYZ 0.66 0.72 0.97 -
YUV 20.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 17 21 24 0.29 0.13 0 0.91 205.71 0.17 0.08
Hex 11 15 18 1D D 0 5B CE 11 8
Octal 21 25 30 35 15 0 133 316 21 10
Binary 10001 10101 11000 11101 1101 0 1011011 11001110 10001 1000

Color Harmonies of #111518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111518

Black with #111518

Text Example


Text Example

White with #111518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111518; }

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

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

background-color css

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

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

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

border-color css

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

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

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