#050D1A

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

Shades of Black Pearl #050D1A

Tints of Black Pearl #050D1A

Color information

#050D1A (or 0x050D1A) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 1A. RGB value is (5,13,26). Sum of RGB (Red+Green+Blue) = 5+13+26=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #050D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1A is #FAF2E5. Grayscale: #0C0C0C. Windows color (decimal): -16446182 or 1707269. OLE color: 1707269.

HSL color Cylindrical-coordinate representation of color #050D1A: hue angle of 217.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050D1A is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51326-
CMYK0.810.500.90
HSL217.14º67.74%6.08%-
HSV(B)217.14º80.77%10.2%-
XYZ0.390.391.03-
YUV12.09135.85122.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=11.36%
G=29.55%
B=59.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal513260.810.500.90217.1467.746.08
Hex5D1A513205Ad9446
Octal515321216201323311046
Binary101110111010101000111001001011010110110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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