#112428

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

Shades of Black Pearl #112428

Tints of Black Pearl #112428

Color information

#112428 (or 0x112428) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 28. RGB value is (17,36,40). Sum of RGB (Red+Green+Blue) = 17+36+40=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #112428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112428 is #EEDBD7. Grayscale: #1E1E1E. Windows color (decimal): -15653848 or 2630673. OLE color: 2630673.

HSL color Cylindrical-coordinate representation of color #112428: hue angle of 190.43º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112428 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173640-
CMYK0.570.1000.84
HSL190.43º40.35%11.18%-
HSV(B)190.43º57.5%15.69%-
XYZ1.251.532.24-
YUV30.78133.21118.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=18.28%
G=38.71%
B=43.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1736400.570.1000.84190.4340.3511.18
Hex11242839A054be28b
Octal214450711201242765013
Binary10001100100101000111001101001010100101111101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112428; }

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

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

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

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

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

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

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

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