#050D12

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

Shades of Black Pearl #050D12

Tints of Black Pearl #050D12

Color information

#050D12 (or 0x050D12) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 12. RGB value is (5,13,18). Sum of RGB (Red+Green+Blue) = 5+13+18=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #050D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D12 is #FAF2ED. Grayscale: #0B0B0B. Windows color (decimal): -16446190 or 1182981. OLE color: 1182981.

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

Color convert

RGB51318-
CMYK0.720.2800.93
HSL203.08º56.52%4.51%-
HSV(B)203.08º72.22%7.06%-
XYZ0.320.360.63-
YUV11.18131.85123.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 13 (5.47% from 255) = 36.11%
BLUE value IS 18 (7.42% from 255) = 50%
R=13.89%
G=36.11%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal513180.720.2800.93203.0856.524.51
Hex5D12481C05Dcb395
Octal51522110340135313715
Binary1011101100101001000111000101110111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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