#112026

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

Shades of Black Pearl #112026

Tints of Black Pearl #112026

Color information

#112026 (or 0x112026) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 26. RGB value is (17,32,38). Sum of RGB (Red+Green+Blue) = 17+32+38=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #112026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112026 is #EEDFD9. Grayscale: #1C1C1C. Windows color (decimal): -15654874 or 2498577. OLE color: 2498577.

HSL color Cylindrical-coordinate representation of color #112026: hue angle of 197.14º 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 #112026 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173238-
CMYK0.550.1600.85
HSL197.14º38.18%10.78%-
HSV(B)197.14º55.26%14.9%-
XYZ1.11.292.03-
YUV28.2133.53120.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=19.54%
G=36.78%
B=43.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1732380.550.1600.85197.1438.1810.78
Hex1120263710055c526b
Octal214046672001253054613
Binary100011000001001101101111000001010101110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112026; }

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

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

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

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

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

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

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

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