Html Css Color HEX #111720 Black Pearl

📋 copy color: '#111720'

red 17 ◦ green 23 ◦ blue 32

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

Shades of Black Pearl #111720

Tints of Black Pearl #111720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.94%

 BLUE value IS 32 (12.89% from 255) = 44.44%

R = 23.61%
G = 31.94%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111720 (or 0x111720) is known color: Black Pearl. HEX triplet: 11, 17 and 20. RGB value is (17,23,32). Sum of RGB (Red+Green+Blue) = 17+23+32=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #111720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111720 is #EEE8DF. Grayscale: #161616. Windows color (decimal): -15657184 or 2103057. OLE color: 2103057.

HSL color Cylindrical-coordinate representation of color #111720: hue angle of 216º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111720 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 23 32 -
CMYK 0.47 0.28 0 0.87
HSL 216º 0.31% 0.1% -
HSV(B) 216º 0.47% 0.13% -
XYZ 0.8 0.84 1.49 -
YUV 22.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 17 23 32 0.47 0.28 0 0.87 216 0.31 0.1
Hex 11 17 20 2F 1C 0 57 D8 1F A
Octal 21 27 40 57 34 0 127 330 37 12
Binary 10001 10111 100000 101111 11100 0 1010111 11011000 11111 1010

Color Harmonies of #111720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111720

Black with #111720

Text Example


Text Example

White with #111720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111720; }

 p { color: rgb(17,23,32); }

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

background-color css

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

 a { background-color: rgb(17,23,32); }

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

border-color css

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

 span { border-color: rgb(17,23,32); }

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