#112328

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

Shades of Black Pearl #112328

Tints of Black Pearl #112328

Color information

#112328 (or 0x112328) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 28. RGB value is (17,35,40). Sum of RGB (Red+Green+Blue) = 17+35+40=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #112328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112328 is #EEDCD7. Grayscale: #1E1E1E. Windows color (decimal): -15654104 or 2630417. OLE color: 2630417.

HSL color Cylindrical-coordinate representation of color #112328: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112328 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173540-
CMYK0.570.1200.84
HSL193.04º40.35%11.18%-
HSV(B)193.04º57.5%15.69%-
XYZ1.221.472.23-
YUV30.19133.54118.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=18.48%
G=38.04%
B=43.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1735400.570.1200.84193.0440.3511.18
Hex11232839C054c128b
Octal214350711401243015013
Binary10001100011101000111001110001010100110000011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112328; }

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

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

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

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

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

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

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

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