#112B34

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

Shades of Black Pearl #112B34

Tints of Black Pearl #112B34

Color information

#112B34 (or 0x112B34) is unknown color: approx Black Pearl. HEX triplet: 11, 2B and 34. RGB value is (17,43,52). Sum of RGB (Red+Green+Blue) = 17+43+52=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #112B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B34 is #EED4CB. Grayscale: #242424. Windows color (decimal): -15652044 or 3418897. OLE color: 3418897.

HSL color Cylindrical-coordinate representation of color #112B34: hue angle of 195.43º 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 #112B34 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174352-
CMYK0.670.1700.80
HSL195.43º50.72%13.53%-
HSV(B)195.43º67.31%20.39%-
XYZ1.712.093.56-
YUV36.25136.89114.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=15.18%
G=38.39%
B=46.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1743520.670.1700.80195.4350.7213.53
Hex112B344311050c333e
Octal2153641032101203036316
Binary1000110101111010010000111000101010000110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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