#112933

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

Shades of Black Pearl #112933

Tints of Black Pearl #112933

Color information

#112933 (or 0x112933) is unknown color: approx Black Pearl. HEX triplet: 11, 29 and 33. RGB value is (17,41,51). Sum of RGB (Red+Green+Blue) = 17+41+51=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #112933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112933 is #EED6CC. Grayscale: #222222. Windows color (decimal): -15652557 or 3352849. OLE color: 3352849.

HSL color Cylindrical-coordinate representation of color #112933: hue angle of 197.65º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112933 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB174151-
CMYK0.670.2000.8
HSL197.65º50%13.33%-
HSV(B)197.65º66.67%20%-
XYZ1.621.943.42-
YUV34.96137.05115.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=15.60%
G=37.61%
B=46.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1741510.670.2000.8197.655013.33
Hex1129334314050c632d
Octal2151631032401203066215
Binary1000110100111001110000111010001010000110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112933; }

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

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

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

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

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

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

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

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