#05141C

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

Shades of Black Pearl #05141C

Tints of Black Pearl #05141C

Color information

#05141C (or 0x05141C) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 1C. RGB value is (5,20,28). Sum of RGB (Red+Green+Blue) = 5+20+28=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #05141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05141C is #FAEBE3. Grayscale: #101010. Windows color (decimal): -16444388 or 1840133. OLE color: 1840133.

HSL color Cylindrical-coordinate representation of color #05141C: hue angle of 200.87º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05141C is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52028-
CMYK0.820.2900.89
HSL200.87º69.7%6.47%-
HSV(B)200.87º82.14%10.98%-
XYZ0.520.621.19-
YUV16.43134.53119.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=9.43%
G=37.74%
B=52.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal520280.820.2900.89200.8769.76.47
Hex5141C521D059c9466
Octal524341223501313111066
Binary101101001110010100101110101011001110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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