#112632

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

Shades of Black Pearl #112632

Tints of Black Pearl #112632

Color information

#112632 (or 0x112632) is unknown color: approx Black Pearl. HEX triplet: 11, 26 and 32. RGB value is (17,38,50). Sum of RGB (Red+Green+Blue) = 17+38+50=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #112632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112632 is #EED9CD. Grayscale: #212121. Windows color (decimal): -15653326 or 3286545. OLE color: 3286545.

HSL color Cylindrical-coordinate representation of color #112632: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112632 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB173850-
CMYK0.660.2400.80
HSL201.82º49.25%13.14%-
HSV(B)201.82º66%19.61%-
XYZ1.51.743.27-
YUV33.09137.54116.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=16.19%
G=36.19%
B=47.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1738500.660.2400.80201.8249.2513.14
Hex1126324218050ca31d
Octal2146621023001203126115
Binary1000110011011001010000101100001010000110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112632; }

 p { color: rgb(17,38,50); }

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

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

 a { background-color: rgb(17,38,50); }

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

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

 span { border-color: rgb(17,38,50); }

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