#112835

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

Shades of Black Pearl #112835

Tints of Black Pearl #112835

Color information

#112835 (or 0x112835) is unknown color: approx Black Pearl. HEX triplet: 11, 28 and 35. RGB value is (17,40,53). Sum of RGB (Red+Green+Blue) = 17+40+53=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #112835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112835 is #EED7CA. Grayscale: #222222. Windows color (decimal): -15652811 or 3483665. OLE color: 3483665.

HSL color Cylindrical-coordinate representation of color #112835: hue angle of 201.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #112835 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB174053-
CMYK0.680.2500.79
HSL201.67º51.43%13.73%-
HSV(B)201.67º67.92%20.78%-
XYZ1.631.893.65-
YUV34.6138.38115.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=15.45%
G=36.36%
B=48.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1740530.680.2500.79201.6751.4313.73
Hex112835441904Fca33e
Octal2150651043101173126316
Binary1000110100011010110001001100101001111110010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112835; }

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

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

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

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

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

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

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

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