#112531

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

Shades of Black Pearl #112531

Tints of Black Pearl #112531

Color information

#112531 (or 0x112531) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 31. RGB value is (17,37,49). Sum of RGB (Red+Green+Blue) = 17+37+49=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #112531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112531 is #EEDACE. Grayscale: #202020. Windows color (decimal): -15653583 or 3220753. OLE color: 3220753.

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

Color convert

RGB173749-
CMYK0.650.2400.81
HSL202.5º48.48%12.94%-
HSV(B)202.5º65.31%19.22%-
XYZ1.451.663.15-
YUV32.39137.37117.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=16.50%
G=35.92%
B=47.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1737490.650.2400.81202.548.4812.94
Hex1125314118051ca30d
Octal2145611013001213126015
Binary1000110010111000110000011100001010001110010101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112531; }

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

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

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

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

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

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

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

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