#112A33

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

Shades of Black Pearl #112A33

Tints of Black Pearl #112A33

Color information

#112A33 (or 0x112A33) is unknown color: approx Black Pearl. HEX triplet: 11, 2A and 33. RGB value is (17,42,51). Sum of RGB (Red+Green+Blue) = 17+42+51=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #112A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A33 is #EED5CC. Grayscale: #232323. Windows color (decimal): -15652301 or 3353105. OLE color: 3353105.

HSL color Cylindrical-coordinate representation of color #112A33: hue angle of 195.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112A33 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB174251-
CMYK0.670.1800.8
HSL195.88º50%13.33%-
HSV(B)195.88º66.67%20%-
XYZ1.662.013.43-
YUV35.55136.72114.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=15.45%
G=38.18%
B=46.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1742510.670.1800.8195.885013.33
Hex112A334312050c432d
Octal2152631032201203046215
Binary1000110101011001110000111001001010000110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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