#112B33

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

Shades of Black Pearl #112B33

Tints of Black Pearl #112B33

Color information

#112B33 (or 0x112B33) is unknown color: approx Black Pearl. HEX triplet: 11, 2B and 33. RGB value is (17,43,51). Sum of RGB (Red+Green+Blue) = 17+43+51=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #112B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B33 is #EED4CC. Grayscale: #242424. Windows color (decimal): -15652045 or 3353361. OLE color: 3353361.

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

Color convert

RGB174351-
CMYK0.670.1600.8
HSL194.12º50%13.33%-
HSV(B)194.12º66.67%20%-
XYZ1.692.093.45-
YUV36.14136.39114.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=15.32%
G=38.74%
B=45.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1743510.670.1600.8194.125013.33
Hex112B334310050c232d
Octal2153631032001203026215
Binary1000110101111001110000111000001010000110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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