#050A12

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

Shades of Black Pearl #050A12

Tints of Black Pearl #050A12

Color information

#050A12 (or 0x050A12) is unknown color: approx Black Pearl. HEX triplet: 05, 0A and 12. RGB value is (5,10,18). Sum of RGB (Red+Green+Blue) = 5+10+18=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #050A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A12 is #FAF5ED. Grayscale: #090909. Windows color (decimal): -16446958 or 1182213. OLE color: 1182213.

HSL color Cylindrical-coordinate representation of color #050A12: hue angle of 216.92º 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 #050A12 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51018-
CMYK0.720.4400.93
HSL216.92º56.52%4.51%-
HSV(B)216.92º72.22%7.06%-
XYZ0.280.290.61-
YUV9.42132.84124.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.15%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=15.15%
G=30.30%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal510180.720.4400.93216.9256.524.51
Hex5A12482C05Dd9395
Octal51222110540135331715
Binary10110101001010010001011000101110111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A12; }

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

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

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

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

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

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

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

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