#112327

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

Shades of Black Pearl #112327

Tints of Black Pearl #112327

Color information

#112327 (or 0x112327) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 27. RGB value is (17,35,39). Sum of RGB (Red+Green+Blue) = 17+35+39=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #112327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112327 is #EEDCD8. Grayscale: #1E1E1E. Windows color (decimal): -15654105 or 2564881. OLE color: 2564881.

HSL color Cylindrical-coordinate representation of color #112327: hue angle of 190.91º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112327 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173539-
CMYK0.560.1000.85
HSL190.91º39.29%10.98%-
HSV(B)190.91º56.41%15.29%-
XYZ1.21.472.14-
YUV30.07133.04118.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=18.68%
G=38.46%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1735390.560.1000.85190.9139.2910.98
Hex11232738A055bf27b
Octal214347701201252774713
Binary10001100011100111111000101001010101101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112327; }

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

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

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

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

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

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

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

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