#111C22

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

Shades of Black Pearl #111C22

Tints of Black Pearl #111C22

Color information

#111C22 (or 0x111C22) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 22. RGB value is (17,28,34). Sum of RGB (Red+Green+Blue) = 17+28+34=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 34 - color contains mainly: blue. Hex color #111C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C22 is #EEE3DD. Grayscale: #191919. Windows color (decimal): -15655902 or 2235409. OLE color: 2235409.

HSL color Cylindrical-coordinate representation of color #111C22: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #111C22 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB172834-
CMYK0.500.1800.87
HSL201.18º33.33%10%-
HSV(B)201.18º50%13.33%-
XYZ0.941.071.67-
YUV25.4132.86122.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 34 (13.67% from 255) = 43.04%
R=21.52%
G=35.44%
B=43.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1728340.500.1800.87201.1833.3310
Hex111C223212057c921a
Octal213442622201273114112
Binary10001111001000101100101001001010111110010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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