#112228

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

Shades of Black Pearl #112228

Tints of Black Pearl #112228

Color information

#112228 (or 0x112228) is unknown color: approx Black Pearl. HEX triplet: 11, 22 and 28. RGB value is (17,34,40). Sum of RGB (Red+Green+Blue) = 17+34+40=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #112228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112228 is #EEDDD7. Grayscale: #1D1D1D. Windows color (decimal): -15654360 or 2630161. OLE color: 2630161.

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

Color convert

RGB173440-
CMYK0.570.1500.84
HSL195.65º40.35%11.18%-
HSV(B)195.65º57.5%15.69%-
XYZ1.191.422.22-
YUV29.6133.87119.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=18.68%
G=37.36%
B=43.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1734400.570.1500.84195.6540.3511.18
Hex11222839F054c428b
Octal214250711701243045013
Binary10001100010101000111001111101010100110001001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112228; }

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

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

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

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

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

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

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

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