#112032

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

Shades of Black Pearl #112032

Tints of Black Pearl #112032

Color information

#112032 (or 0x112032) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 32. RGB value is (17,32,50). Sum of RGB (Red+Green+Blue) = 17+32+50=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #112032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112032 is #EEDFCD. Grayscale: #1D1D1D. Windows color (decimal): -15654862 or 3285009. OLE color: 3285009.

HSL color Cylindrical-coordinate representation of color #112032: hue angle of 212.73º 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 #112032 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB173250-
CMYK0.660.3600.80
HSL212.73º49.25%13.14%-
HSV(B)212.73º66%19.61%-
XYZ1.321.383.21-
YUV29.57139.53119.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=17.17%
G=32.32%
B=50.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1732500.660.3600.80212.7349.2513.14
Hex1120324224050d531d
Octal2140621024401203256115
Binary10001100000110010100001010010001010000110101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112032; }

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

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

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

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

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

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

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

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