#050F1C

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

Shades of Black Pearl #050F1C

Tints of Black Pearl #050F1C

Color information

#050F1C (or 0x050F1C) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 1C. RGB value is (5,15,28). Sum of RGB (Red+Green+Blue) = 5+15+28=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #050F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F1C is #FAF0E3. Grayscale: #0D0D0D. Windows color (decimal): -16445668 or 1838853. OLE color: 1838853.

HSL color Cylindrical-coordinate representation of color #050F1C: hue angle of 213.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050F1C is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51528-
CMYK0.820.4600.89
HSL213.91º69.7%6.47%-
HSV(B)213.91º82.14%10.98%-
XYZ0.440.461.16-
YUV13.49136.19121.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 15 (6.25% from 255) = 31.25%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=10.42%
G=31.25%
B=58.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal515280.820.4600.89213.9169.76.47
Hex5F1C522E059d6466
Octal517341225601313261066
Binary101111111100101001010111001011001110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,15,28); }

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

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

 a { background-color: rgb(5,15,28); }

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

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

 span { border-color: rgb(5,15,28); }

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