#112732

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

Shades of Black Pearl #112732

Tints of Black Pearl #112732

Color information

#112732 (or 0x112732) is unknown color: approx Black Pearl. HEX triplet: 11, 27 and 32. RGB value is (17,39,50). Sum of RGB (Red+Green+Blue) = 17+39+50=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #112732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112732 is #EED8CD. Grayscale: #212121. Windows color (decimal): -15653070 or 3286801. OLE color: 3286801.

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

Color convert

RGB173950-
CMYK0.660.2200.80
HSL200º49.25%13.14%-
HSV(B)200º66%19.61%-
XYZ1.531.83.28-
YUV33.68137.21116.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=16.04%
G=36.79%
B=47.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1739500.660.2200.8020049.2513.14
Hex1127324216050c831d
Octal2147621022601203106115
Binary1000110011111001010000101011001010000110010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112732; }

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

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

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

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

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

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

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

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