Html Css Color HEX #111C20 Black Pearl

📋 copy color: '#111C20'

red 17 ◦ green 28 ◦ blue 32

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

Shades of Black Pearl #111C20

Tints of Black Pearl #111C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 36.36%

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

R = 22.08%
G = 36.36%
B = 41.56%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111C20 (or 0x111C20) is known color: Black Pearl. HEX triplet: 11, 1C and 20. RGB value is (17,28,32). Sum of RGB (Red+Green+Blue) = 17+28+32=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #111C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C20 is #EEE3DF. Grayscale: #191919. Windows color (decimal): -15655904 or 2104337. OLE color: 2104337.

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

Color convert

RGB 17 28 32 -
CMYK 0.47 0.12 0 0.87
HSL 196º 0.31% 0.1% -
HSV(B) 196º 0.47% 0.13% -
XYZ 0.91 1.05 1.52 -
YUV 25.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 17 28 32 0.47 0.12 0 0.87 196 0.31 0.1
Hex 11 1C 20 2F C 0 57 C4 1F A
Octal 21 34 40 57 14 0 127 304 37 12
Binary 10001 11100 100000 101111 1100 0 1010111 11000100 11111 1010

Color Harmonies of #111C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C20

Black with #111C20

Text Example


Text Example

White with #111C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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