#112225

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

Shades of Black Pearl #112225

Tints of Black Pearl #112225

Color information

#112225 (or 0x112225) is unknown color: approx Black Pearl. HEX triplet: 11, 22 and 25. RGB value is (17,34,37). Sum of RGB (Red+Green+Blue) = 17+34+37=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #112225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112225 is #EEDDDA. Grayscale: #1D1D1D. Windows color (decimal): -15654363 or 2433553. OLE color: 2433553.

HSL color Cylindrical-coordinate representation of color #112225: hue angle of 189º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112225 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173437-
CMYK0.540.0800.85
HSL189º37.04%10.59%-
HSV(B)189º54.05%14.51%-
XYZ1.141.41.96-
YUV29.26132.37119.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=19.32%
G=38.64%
B=42.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1734370.540.0800.8518937.0410.59
Hex112225368055bd25b
Octal214245661001252754513
Binary10001100010100101110110100001010101101111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112225; }

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

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

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

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

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

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

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

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