#05141A

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

Shades of Black Pearl #05141A

Tints of Black Pearl #05141A

Color information

#05141A (or 0x05141A) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 1A. RGB value is (5,20,26). Sum of RGB (Red+Green+Blue) = 5+20+26=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #05141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05141A is #FAEBE5. Grayscale: #101010. Windows color (decimal): -16444390 or 1709061. OLE color: 1709061.

HSL color Cylindrical-coordinate representation of color #05141A: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05141A is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB52026-
CMYK0.810.2300.90
HSL197.14º67.74%6.08%-
HSV(B)197.14º80.77%10.2%-
XYZ0.50.611.07-
YUV16.2133.53120.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=9.80%
G=39.22%
B=50.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal520260.810.2300.90197.1467.746.08
Hex5141A511705Ac5446
Octal524321212701323051046
Binary101101001101010100011011101011010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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