#05141D

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

Shades of Black Pearl #05141D

Tints of Black Pearl #05141D

Color information

#05141D (or 0x05141D) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 1D. RGB value is (5,20,29). Sum of RGB (Red+Green+Blue) = 5+20+29=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #05141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05141D is #FAEBE2. Grayscale: #101010. Windows color (decimal): -16444387 or 1905669. OLE color: 1905669.

HSL color Cylindrical-coordinate representation of color #05141D: hue angle of 202.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05141D is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52029-
CMYK0.830.3100.89
HSL202.5º70.59%6.67%-
HSV(B)202.5º82.76%11.37%-
XYZ0.530.621.25-
YUV16.54135.03119.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=9.26%
G=37.04%
B=53.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal520290.830.3100.89202.570.596.67
Hex5141D531F059ca477
Octal524351233701313121077
Binary101101001110110100111111101011001110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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