#050F13

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

Shades of Black Pearl #050F13

Tints of Black Pearl #050F13

Color information

#050F13 (or 0x050F13) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 13. RGB value is (5,15,19). Sum of RGB (Red+Green+Blue) = 5+15+19=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #050F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F13 is #FAF0EC. Grayscale: #0C0C0C. Windows color (decimal): -16445677 or 1249029. OLE color: 1249029.

HSL color Cylindrical-coordinate representation of color #050F13: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050F13 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51519-
CMYK0.740.2100.93
HSL197.14º58.33%4.71%-
HSV(B)197.14º73.68%7.45%-
XYZ0.350.420.68-
YUV12.47131.69122.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=12.82%
G=38.46%
B=48.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal515190.740.2100.93197.1458.334.71
Hex5F134A1505Dc53a5
Octal51723112250135305725
Binary1011111100111001010101010101110111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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