#050F15

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

Shades of Black Pearl #050F15

Tints of Black Pearl #050F15

Color information

#050F15 (or 0x050F15) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 15. RGB value is (5,15,21). Sum of RGB (Red+Green+Blue) = 5+15+21=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #050F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F15 is #FAF0EA. Grayscale: #0C0C0C. Windows color (decimal): -16445675 or 1380101. OLE color: 1380101.

HSL color Cylindrical-coordinate representation of color #050F15: hue angle of 202.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050F15 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51521-
CMYK0.760.2900.92
HSL202.5º61.54%5.1%-
HSV(B)202.5º76.19%8.24%-
XYZ0.370.430.77-
YUV12.69132.69122.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=12.20%
G=36.59%
B=51.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal515210.760.2900.92202.561.545.1
Hex5F154C1D05Cca3e5
Octal51725114350134312765
Binary1011111101011001100111010101110011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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