#112326

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

Shades of Black Pearl #112326

Tints of Black Pearl #112326

Color information

#112326 (or 0x112326) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 26. RGB value is (17,35,38). Sum of RGB (Red+Green+Blue) = 17+35+38=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #112326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112326 is #EEDCD9. Grayscale: #1D1D1D. Windows color (decimal): -15654106 or 2499345. OLE color: 2499345.

HSL color Cylindrical-coordinate representation of color #112326: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112326 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173538-
CMYK0.550.0800.85
HSL188.57º38.18%10.78%-
HSV(B)188.57º55.26%14.9%-
XYZ1.181.462.05-
YUV29.96132.54118.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=18.89%
G=38.89%
B=42.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1735380.550.0800.85188.5738.1810.78
Hex112326378055bd26b
Octal214346671001252754613
Binary10001100011100110110111100001010101101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112326; }

 p { color: rgb(17,35,38); }

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

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

 a { background-color: rgb(17,35,38); }

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

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

 span { border-color: rgb(17,35,38); }

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