#051113

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

Shades of Black Pearl #051113

Tints of Black Pearl #051113

Color information

#051113 (or 0x051113) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 13. RGB value is (5,17,19). Sum of RGB (Red+Green+Blue) = 5+17+19=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #051113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051113 is #FAEEEC. Grayscale: #0D0D0D. Windows color (decimal): -16445165 or 1249541. OLE color: 1249541.

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

Color convert

RGB51719-
CMYK0.740.1100.93
HSL188.57º58.33%4.71%-
HSV(B)188.57º73.68%7.45%-
XYZ0.380.480.69-
YUV13.64131.02121.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=12.20%
G=41.46%
B=46.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517190.740.1100.93188.5758.334.71
Hex511134AB05Dbd3a5
Octal52123112130135275725
Binary1011000110011100101010110101110110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051113; }

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

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

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

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

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

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

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

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