#111F28

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

Shades of Black Pearl #111F28

Tints of Black Pearl #111F28

Color information

#111F28 (or 0x111F28) is unknown color: approx Black Pearl. HEX triplet: 11, 1F and 28. RGB value is (17,31,40). Sum of RGB (Red+Green+Blue) = 17+31+40=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #111F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F28 is #EEE0D7. Grayscale: #1B1B1B. Windows color (decimal): -15655128 or 2629393. OLE color: 2629393.

HSL color Cylindrical-coordinate representation of color #111F28: hue angle of 203.48º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111F28 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173140-
CMYK0.570.2200.84
HSL203.48º40.35%11.18%-
HSV(B)203.48º57.5%15.69%-
XYZ1.11.252.19-
YUV27.84134.86120.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=19.32%
G=35.23%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1731400.570.2200.84203.4840.3511.18
Hex111F283916054cb28b
Octal213750712601243135013
Binary10001111111010001110011011001010100110010111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,31,40); }

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

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

 a { background-color: rgb(17,31,40); }

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

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

 span { border-color: rgb(17,31,40); }

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