#112131

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

Shades of Black Pearl #112131

Tints of Black Pearl #112131

Color information

#112131 (or 0x112131) is unknown color: approx Black Pearl. HEX triplet: 11, 21 and 31. RGB value is (17,33,49). Sum of RGB (Red+Green+Blue) = 17+33+49=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #112131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112131 is #EEDECE. Grayscale: #1D1D1D. Windows color (decimal): -15654607 or 3219729. OLE color: 3219729.

HSL color Cylindrical-coordinate representation of color #112131: hue angle of 210º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112131 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB173349-
CMYK0.650.3300.81
HSL210º48.48%12.94%-
HSV(B)210º65.31%19.22%-
XYZ1.331.433.11-
YUV30.04138.7118.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=17.17%
G=33.33%
B=49.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1733490.650.3300.8121048.4812.94
Hex1121314121051d230d
Octal2141611014101213226015
Binary10001100001110001100000110000101010001110100101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112131; }

 p { color: rgb(17,33,49); }

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

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

 a { background-color: rgb(17,33,49); }

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

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

 span { border-color: rgb(17,33,49); }

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