#111B27

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

Shades of Black Pearl #111B27

Tints of Black Pearl #111B27

Color information

#111B27 (or 0x111B27) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 27. RGB value is (17,27,39). Sum of RGB (Red+Green+Blue) = 17+27+39=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #111B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B27 is #EEE4D8. Grayscale: #191919. Windows color (decimal): -15656153 or 2562833. OLE color: 2562833.

HSL color Cylindrical-coordinate representation of color #111B27: hue angle of 212.73º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111B27 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172739-
CMYK0.560.3100.85
HSL212.73º39.29%10.98%-
HSV(B)212.73º56.41%15.29%-
XYZ0.991.052.07-
YUV25.38135.69122.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=20.48%
G=32.53%
B=46.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1727390.560.3100.85212.7339.2910.98
Hex111B27381F055d527b
Octal213347703701253254713
Binary10001110111001111110001111101010101110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,27,39); }

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

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

 a { background-color: rgb(17,27,39); }

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

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

 span { border-color: rgb(17,27,39); }

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