#112532

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

Shades of Black Pearl #112532

Tints of Black Pearl #112532

Color information

#112532 (or 0x112532) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 32. RGB value is (17,37,50). Sum of RGB (Red+Green+Blue) = 17+37+50=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #112532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112532 is #EEDACD. Grayscale: #202020. Windows color (decimal): -15653582 or 3286289. OLE color: 3286289.

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

Color convert

RGB173750-
CMYK0.660.2600.80
HSL203.64º49.25%13.14%-
HSV(B)203.64º66%19.61%-
XYZ1.471.673.26-
YUV32.5137.87116.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=16.35%
G=35.58%
B=48.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1737500.660.2600.80203.6449.2513.14
Hex112532421A050cc31d
Octal2145621023201203146115
Binary1000110010111001010000101101001010000110011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112532; }

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

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

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

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

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

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

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

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