Html Css Color HEX #111B20 Black Pearl

📋 copy color: '#111B20'

red 17 ◦ green 27 ◦ blue 32

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

Shades of Black Pearl #111B20

Tints of Black Pearl #111B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 35.53%

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

R = 22.37%
G = 35.53%
B = 42.11%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111B20 (or 0x111B20) is known color: Black Pearl. HEX triplet: 11, 1B and 20. RGB value is (17,27,32). Sum of RGB (Red+Green+Blue) = 17+27+32=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #111B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B20 is #EEE4DF. Grayscale: #181818. Windows color (decimal): -15656160 or 2104081. OLE color: 2104081.

HSL color Cylindrical-coordinate representation of color #111B20: hue angle of 200º 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 #111B20 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 27 32 -
CMYK 0.47 0.16 0 0.87
HSL 200º 0.31% 0.1% -
HSV(B) 200º 0.47% 0.13% -
XYZ 0.88 1.01 1.51 -
YUV 24.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 17 27 32 0.47 0.16 0 0.87 200 0.31 0.1
Hex 11 1B 20 2F 10 0 57 C8 1F A
Octal 21 33 40 57 20 0 127 310 37 12
Binary 10001 11011 100000 101111 10000 0 1010111 11001000 11111 1010

Color Harmonies of #111B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B20

Black with #111B20

Text Example


Text Example

White with #111B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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