#112125

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

Shades of Black Pearl #112125

Tints of Black Pearl #112125

Color information

#112125 (or 0x112125) is unknown color: approx Black Pearl. HEX triplet: 11, 21 and 25. RGB value is (17,33,37). Sum of RGB (Red+Green+Blue) = 17+33+37=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #112125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112125 is #EEDEDA. Grayscale: #1C1C1C. Windows color (decimal): -15654619 or 2433297. OLE color: 2433297.

HSL color Cylindrical-coordinate representation of color #112125: hue angle of 192º 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 #112125 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173337-
CMYK0.540.1100.85
HSL192º37.04%10.59%-
HSV(B)192º54.05%14.51%-
XYZ1.111.341.95-
YUV28.67132.7119.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=19.54%
G=37.93%
B=42.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1733370.540.1100.8519237.0410.59
Hex11212536B055c025b
Octal214145661301253004513
Binary10001100001100101110110101101010101110000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112125; }

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

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

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

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

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

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

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

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