#111C21

Color #111C21 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #111C21

Tints of Black Pearl #111C21

Color information

#111C21 (or 0x111C21) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 21. RGB value is (17,28,33). Sum of RGB (Red+Green+Blue) = 17+28+33=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 33 - color contains mainly: blue. Hex color #111C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C21 is #EEE3DE. Grayscale: #191919. Windows color (decimal): -15655903 or 2169873. OLE color: 2169873.

HSL color Cylindrical-coordinate representation of color #111C21: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #111C21 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB172833-
CMYK0.480.1500.87
HSL198.75º32%9.8%-
HSV(B)198.75º48.48%12.94%-
XYZ0.921.061.59-
YUV25.28132.36122.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=21.79%
G=35.90%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1728330.480.1500.87198.75329.8
Hex111C2130F057c720a
Octal213441601701273074012
Binary1000111100100001110000111101010111110001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #111C21;
 }
 .AnyTagClassName
 {
   color: #111C21;
 }
</style>
background-color css

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

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

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

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

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

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