#112832

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

Shades of Black Pearl #112832

Tints of Black Pearl #112832

Color information

#112832 (or 0x112832) is unknown color: approx Black Pearl. HEX triplet: 11, 28 and 32. RGB value is (17,40,50). Sum of RGB (Red+Green+Blue) = 17+40+50=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #112832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112832 is #EED7CD. Grayscale: #222222. Windows color (decimal): -15652814 or 3287057. OLE color: 3287057.

HSL color Cylindrical-coordinate representation of color #112832: hue angle of 198.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112832 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174050-
CMYK0.660.2000.80
HSL198.18º49.25%13.14%-
HSV(B)198.18º66%19.61%-
XYZ1.571.873.3-
YUV34.26136.88115.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=15.89%
G=37.38%
B=46.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1740500.660.2000.80198.1849.2513.14
Hex1128324214050c631d
Octal2150621022401203066115
Binary1000110100011001010000101010001010000110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112832; }

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

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

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

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

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

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

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

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