#05141B

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

Shades of Black Pearl #05141B

Tints of Black Pearl #05141B

Color information

#05141B (or 0x05141B) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 1B. RGB value is (5,20,27). Sum of RGB (Red+Green+Blue) = 5+20+27=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #05141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05141B is #FAEBE4. Grayscale: #101010. Windows color (decimal): -16444389 or 1774597. OLE color: 1774597.

HSL color Cylindrical-coordinate representation of color #05141B: hue angle of 199.09º 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 #05141B is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52027-
CMYK0.810.2600.89
HSL199.09º68.75%6.27%-
HSV(B)199.09º81.48%10.59%-
XYZ0.510.611.13-
YUV16.31134.03119.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=9.62%
G=38.46%
B=51.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal520270.810.2600.89199.0968.756.27
Hex5141B511A059c7456
Octal524331213201313071056
Binary101101001101110100011101001011001110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05141B; }

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

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

<style>
 a { background-color: #05141B; }

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

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

<style>
 span { border-color: #05141B; }

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

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