#050F1B

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

Shades of Black Pearl #050F1B

Tints of Black Pearl #050F1B

Color information

#050F1B (or 0x050F1B) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 1B. RGB value is (5,15,27). Sum of RGB (Red+Green+Blue) = 5+15+27=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #050F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F1B is #FAF0E4. Grayscale: #0D0D0D. Windows color (decimal): -16445669 or 1773317. OLE color: 1773317.

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

Color convert

RGB51527-
CMYK0.810.4400.89
HSL212.73º68.75%6.27%-
HSV(B)212.73º81.48%10.59%-
XYZ0.430.451.1-
YUV13.38135.69122.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=10.64%
G=31.91%
B=57.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal515270.810.4400.89212.7368.756.27
Hex5F1B512C059d5456
Octal517331215401313251056
Binary101111111011101000110110001011001110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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