#051112

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

Shades of Black Pearl #051112

Tints of Black Pearl #051112

Color information

#051112 (or 0x051112) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 12. RGB value is (5,17,18). Sum of RGB (Red+Green+Blue) = 5+17+18=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #051112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051112 is #FAEEED. Grayscale: #0D0D0D. Windows color (decimal): -16445166 or 1184005. OLE color: 1184005.

HSL color Cylindrical-coordinate representation of color #051112: hue angle of 184.62º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051112 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51718-
CMYK0.720.0600.93
HSL184.62º56.52%4.51%-
HSV(B)184.62º72.22%7.06%-
XYZ0.370.480.64-
YUV13.53130.52121.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=12.5%
G=42.5%
B=45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517180.720.0600.93184.6256.524.51
Hex5111248605Db9395
Octal5212211060135271715
Binary101100011001010010001100101110110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051112; }

 p { color: rgb(5,17,18); }

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

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

 a { background-color: rgb(5,17,18); }

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

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

 span { border-color: rgb(5,17,18); }

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