#112A34

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

Shades of Black Pearl #112A34

Tints of Black Pearl #112A34

Color information

#112A34 (or 0x112A34) is unknown color: approx Black Pearl. HEX triplet: 11, 2A and 34. RGB value is (17,42,52). Sum of RGB (Red+Green+Blue) = 17+42+52=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #112A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A34 is #EED5CB. Grayscale: #232323. Windows color (decimal): -15652300 or 3418641. OLE color: 3418641.

HSL color Cylindrical-coordinate representation of color #112A34: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112A34 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174252-
CMYK0.670.1900.80
HSL197.14º50.72%13.53%-
HSV(B)197.14º67.31%20.39%-
XYZ1.682.023.55-
YUV35.66137.22114.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=15.32%
G=37.84%
B=46.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1742520.670.1900.80197.1450.7213.53
Hex112A344313050c533e
Octal2152641032301203056316
Binary1000110101011010010000111001101010000110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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