#112833

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

Shades of Black Pearl #112833

Tints of Black Pearl #112833

Color information

#112833 (or 0x112833) is unknown color: approx Black Pearl. HEX triplet: 11, 28 and 33. RGB value is (17,40,51). Sum of RGB (Red+Green+Blue) = 17+40+51=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #112833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112833 is #EED7CC. Grayscale: #222222. Windows color (decimal): -15652813 or 3352593. OLE color: 3352593.

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

Color convert

RGB174051-
CMYK0.670.2200.8
HSL199.41º50%13.33%-
HSV(B)199.41º66.67%20%-
XYZ1.591.883.41-
YUV34.38137.38115.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=15.74%
G=37.04%
B=47.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1740510.670.2200.8199.415013.33
Hex1128334316050c732d
Octal2150631032601203076215
Binary1000110100011001110000111011001010000110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112833; }

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

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

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

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

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

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

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

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