#11181A

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

Shades of Black Pearl #11181A

Tints of Black Pearl #11181A

Color information

#11181A (or 0x11181A) is unknown color: approx Black Pearl. HEX triplet: 11, 18 and 1A. RGB value is (17,24,26). Sum of RGB (Red+Green+Blue) = 17+24+26=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #11181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181A is #EEE7E5. Grayscale: #161616. Windows color (decimal): -15656934 or 1710097. OLE color: 1710097.

HSL color Cylindrical-coordinate representation of color #11181A: hue angle of 193.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11181A is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB172426-
CMYK0.350.0800.90
HSL193.33º20.93%8.43%-
HSV(B)193.33º34.62%10.2%-
XYZ0.740.851.1-
YUV22.14130.18124.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=25.37%
G=35.82%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1724260.350.0800.90193.3320.938.43
Hex11181A23805Ac1158
Octal213032431001323012510
Binary10001110001101010001110000101101011000001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11181A; }

 p { color: rgb(17,24,26); }

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

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

 a { background-color: rgb(17,24,26); }

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

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

 span { border-color: rgb(17,24,26); }

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