#112133

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

Shades of Black Pearl #112133

Tints of Black Pearl #112133

Color information

#112133 (or 0x112133) is unknown color: approx Black Pearl. HEX triplet: 11, 21 and 33. RGB value is (17,33,51). Sum of RGB (Red+Green+Blue) = 17+33+51=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #112133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112133 is #EEDECC. Grayscale: #1E1E1E. Windows color (decimal): -15654605 or 3350801. OLE color: 3350801.

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

Color convert

RGB173351-
CMYK0.670.3500.8
HSL211.76º50%13.33%-
HSV(B)211.76º66.67%20%-
XYZ1.371.453.34-
YUV30.27139.7118.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=16.83%
G=32.67%
B=50.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1733510.670.3500.8211.765013.33
Hex1121334323050d432d
Octal2141631034301203246215
Binary10001100001110011100001110001101010000110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112133; }

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

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

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

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

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

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

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

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