#112128

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

Shades of Black Pearl #112128

Tints of Black Pearl #112128

Color information

#112128 (or 0x112128) is unknown color: approx Black Pearl. HEX triplet: 11, 21 and 28. RGB value is (17,33,40). Sum of RGB (Red+Green+Blue) = 17+33+40=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #112128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112128 is #EEDED7. Grayscale: #1C1C1C. Windows color (decimal): -15654616 or 2629905. OLE color: 2629905.

HSL color Cylindrical-coordinate representation of color #112128: hue angle of 198.26º 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 #112128 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173340-
CMYK0.570.1700.84
HSL198.26º40.35%11.18%-
HSV(B)198.26º57.5%15.69%-
XYZ1.161.362.21-
YUV29.01134.2119.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=18.89%
G=36.67%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1733400.570.1700.84198.2640.3511.18
Hex1121283911054c628b
Octal214150712101243065013
Binary100011000011010001110011000101010100110001101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112128; }

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

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

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

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

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

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

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

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