#112427

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

Shades of Black Pearl #112427

Tints of Black Pearl #112427

Color information

#112427 (or 0x112427) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 27. RGB value is (17,36,39). Sum of RGB (Red+Green+Blue) = 17+36+39=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #112427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112427 is #EEDBD8. Grayscale: #1E1E1E. Windows color (decimal): -15653849 or 2565137. OLE color: 2565137.

HSL color Cylindrical-coordinate representation of color #112427: hue angle of 188.18º 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 #112427 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173639-
CMYK0.560.0800.85
HSL188.18º39.29%10.98%-
HSV(B)188.18º56.41%15.29%-
XYZ1.231.532.15-
YUV30.66132.71118.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=18.48%
G=39.13%
B=42.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1736390.560.0800.85188.1839.2910.98
Hex112427388055bc27b
Octal214447701001252744713
Binary10001100100100111111000100001010101101111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112427; }

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

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

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

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

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

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

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

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