#112031

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

Shades of Black Pearl #112031

Tints of Black Pearl #112031

Color information

#112031 (or 0x112031) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 31. RGB value is (17,32,49). Sum of RGB (Red+Green+Blue) = 17+32+49=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #112031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112031 is #EEDFCE. Grayscale: #1D1D1D. Windows color (decimal): -15654863 or 3219473. OLE color: 3219473.

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

Color convert

RGB173249-
CMYK0.650.3500.81
HSL211.88º48.48%12.94%-
HSV(B)211.88º65.31%19.22%-
XYZ1.31.373.1-
YUV29.45139.03119.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 49 (19.53% from 255) = 50%
R=17.35%
G=32.65%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1732490.650.3500.81211.8848.4812.94
Hex1120314123051d430d
Octal2140611014301213246015
Binary10001100000110001100000110001101010001110101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112031; }

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

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

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

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

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

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

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

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