#112932

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

Shades of Black Pearl #112932

Tints of Black Pearl #112932

Color information

#112932 (or 0x112932) is unknown color: approx Black Pearl. HEX triplet: 11, 29 and 32. RGB value is (17,41,50). Sum of RGB (Red+Green+Blue) = 17+41+50=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #112932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112932 is #EED6CD. Grayscale: #222222. Windows color (decimal): -15652558 or 3287313. OLE color: 3287313.

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

Color convert

RGB174150-
CMYK0.660.1800.80
HSL196.36º49.25%13.14%-
HSV(B)196.36º66%19.61%-
XYZ1.61.943.31-
YUV34.85136.55115.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=15.74%
G=37.96%
B=46.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1741500.660.1800.80196.3649.2513.14
Hex1129324212050c431d
Octal2151621022201203046115
Binary1000110100111001010000101001001010000110001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112932; }

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

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

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

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

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

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

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

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