#05151A

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

Shades of Black Pearl #05151A

Tints of Black Pearl #05151A

Color information

#05151A (or 0x05151A) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 1A. RGB value is (5,21,26). Sum of RGB (Red+Green+Blue) = 5+21+26=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #05151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151A is #FAEAE5. Grayscale: #101010. Windows color (decimal): -16444134 or 1709317. OLE color: 1709317.

HSL color Cylindrical-coordinate representation of color #05151A: hue angle of 194.29º 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 #05151A is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB52126-
CMYK0.810.1900.90
HSL194.29º67.74%6.08%-
HSV(B)194.29º80.77%10.2%-
XYZ0.520.641.07-
YUV16.79133.2119.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 26 (10.55% from 255) = 50%
R=9.62%
G=40.38%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal521260.810.1900.90194.2967.746.08
Hex5151A511305Ac2446
Octal525321212301323021046
Binary101101011101010100011001101011010110000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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