Html Css Color HEX #111418 Black Pearl

📋 copy color: '#111418'

red 17 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #111418

Tints of Black Pearl #111418

RGB

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

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

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

R = 27.87%
G = 32.79%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111418 (or 0x111418) is known color: Black Pearl. HEX triplet: 11, 14 and 18. RGB value is (17,20,24). Sum of RGB (Red+Green+Blue) = 17+20+24=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #111418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111418 is #EEEBE7. Grayscale: #131313. Windows color (decimal): -15657960 or 1578001. OLE color: 1578001.

HSL color Cylindrical-coordinate representation of color #111418: hue angle of 214.29º 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 #111418 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 20 24 -
CMYK 0.29 0.17 0 0.91
HSL 214.29º 0.17% 0.08% -
HSV(B) 214.29º 0.29% 0.09% -
XYZ 0.65 0.69 0.96 -
YUV 19.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 17 20 24 0.29 0.17 0 0.91 214.29 0.17 0.08
Hex 11 14 18 1D 11 0 5B D6 11 8
Octal 21 24 30 35 21 0 133 326 21 10
Binary 10001 10100 11000 11101 10001 0 1011011 11010110 10001 1000

Color Harmonies of #111418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111418

Black with #111418

Text Example


Text Example

White with #111418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111418; }

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

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

background-color css

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

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

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

border-color css

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

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

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