#112432

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

Shades of Black Pearl #112432

Tints of Black Pearl #112432

Color information

#112432 (or 0x112432) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 32. RGB value is (17,36,50). Sum of RGB (Red+Green+Blue) = 17+36+50=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #112432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112432 is #EEDBCD. Grayscale: #1F1F1F. Windows color (decimal): -15653838 or 3286033. OLE color: 3286033.

HSL color Cylindrical-coordinate representation of color #112432: hue angle of 205.45º 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 #112432 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB173650-
CMYK0.660.2800.80
HSL205.45º49.25%13.14%-
HSV(B)205.45º66%19.61%-
XYZ1.441.613.25-
YUV31.91138.21117.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=16.50%
G=34.95%
B=48.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1736500.660.2800.80205.4549.2513.14
Hex112432421C050cd31d
Octal2144621023401203156115
Binary1000110010011001010000101110001010000110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112432; }

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

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

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

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

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

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

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

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