#111921

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

Shades of Black Pearl #111921

Tints of Black Pearl #111921

Color information

#111921 (or 0x111921) is unknown color: approx Black Pearl. HEX triplet: 11, 19 and 21. RGB value is (17,25,33). Sum of RGB (Red+Green+Blue) = 17+25+33=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #111921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111921 is #EEE6DE. Grayscale: #171717. Windows color (decimal): -15656671 or 2169105. OLE color: 2169105.

HSL color Cylindrical-coordinate representation of color #111921: hue angle of 210º 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 #111921 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB172533-
CMYK0.480.2400.87
HSL210º32%9.8%-
HSV(B)210º48.48%12.94%-
XYZ0.850.921.57-
YUV23.52133.35123.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 44%
R=22.67%
G=33.33%
B=44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1725330.480.2400.87210329.8
Hex1119213018057d220a
Octal213141603001273224012
Binary10001110011000011100001100001010111110100101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111921; }

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

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

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

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

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

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

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

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