#112025

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

Shades of Black Pearl #112025

Tints of Black Pearl #112025

Color information

#112025 (or 0x112025) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 25. RGB value is (17,32,37). Sum of RGB (Red+Green+Blue) = 17+32+37=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #112025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112025 is #EEDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15654875 or 2433041. OLE color: 2433041.

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

Color convert

RGB173237-
CMYK0.540.1400.85
HSL195º37.04%10.59%-
HSV(B)195º54.05%14.51%-
XYZ1.081.291.94-
YUV28.08133.03120.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=19.77%
G=37.21%
B=43.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1732370.540.1400.8519537.0410.59
Hex11202536E055c325b
Octal214045661601253034513
Binary10001100000100101110110111001010101110000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112025; }

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

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

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

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

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

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

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

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