#112831

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

Shades of Black Pearl #112831

Tints of Black Pearl #112831

Color information

#112831 (or 0x112831) is unknown color: approx Black Pearl. HEX triplet: 11, 28 and 31. RGB value is (17,40,49). Sum of RGB (Red+Green+Blue) = 17+40+49=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #112831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112831 is #EED7CE. Grayscale: #222222. Windows color (decimal): -15652815 or 3221521. OLE color: 3221521.

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

Color convert

RGB174049-
CMYK0.650.1800.81
HSL196.88º48.48%12.94%-
HSV(B)196.88º65.31%19.22%-
XYZ1.541.863.18-
YUV34.15136.38115.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=16.04%
G=37.74%
B=46.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1740490.650.1800.81196.8848.4812.94
Hex1128314112051c530d
Octal2150611012201213056015
Binary1000110100011000110000011001001010001110001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112831; }

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

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

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

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

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

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

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

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