#112A32

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

Shades of Black Pearl #112A32

Tints of Black Pearl #112A32

Color information

#112A32 (or 0x112A32) is unknown color: approx Black Pearl. HEX triplet: 11, 2A and 32. RGB value is (17,42,50). Sum of RGB (Red+Green+Blue) = 17+42+50=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #112A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A32 is #EED5CD. Grayscale: #232323. Windows color (decimal): -15652302 or 3287569. OLE color: 3287569.

HSL color Cylindrical-coordinate representation of color #112A32: hue angle of 194.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112A32 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174250-
CMYK0.660.1600.80
HSL194.55º49.25%13.14%-
HSV(B)194.55º66%19.61%-
XYZ1.632.013.32-
YUV35.44136.22114.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=15.60%
G=38.53%
B=45.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1742500.660.1600.80194.5549.2513.14
Hex112A324210050c331d
Octal2152621022001203036115
Binary1000110101011001010000101000001010000110000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112A32; }

 p { color: rgb(17,42,50); }

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

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

 a { background-color: rgb(17,42,50); }

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

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

 span { border-color: rgb(17,42,50); }

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