#051213

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

Shades of Black Pearl #051213

Tints of Black Pearl #051213

Color information

#051213 (or 0x051213) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 13. RGB value is (5,18,19). Sum of RGB (Red+Green+Blue) = 5+18+19=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #051213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051213 is #FAEDEC. Grayscale: #0E0E0E. Windows color (decimal): -16444909 or 1249797. OLE color: 1249797.

HSL color Cylindrical-coordinate representation of color #051213: hue angle of 184.29º 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 #051213 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51819-
CMYK0.740.0500.93
HSL184.29º58.33%4.71%-
HSV(B)184.29º73.68%7.45%-
XYZ0.40.510.69-
YUV14.23130.69121.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 19 (7.81% from 255) = 45.24%
R=11.90%
G=42.86%
B=45.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal518190.740.0500.93184.2958.334.71
Hex512134A505Db83a5
Octal5222311250135270725
Binary101100101001110010101010101110110111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051213; }

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

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

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

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

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

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

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

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