#05191A

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

Shades of Black Pearl #05191A

Tints of Black Pearl #05191A

Color information

#05191A (or 0x05191A) is unknown color: approx Black Pearl. HEX triplet: 05, 19 and 1A. RGB value is (5,25,26). Sum of RGB (Red+Green+Blue) = 5+25+26=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #05191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191A is #FAE6E5. Grayscale: #131313. Windows color (decimal): -16443110 or 1710341. OLE color: 1710341.

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

Color convert

RGB52526-
CMYK0.810.0400.90
HSL182.86º67.74%6.08%-
HSV(B)182.86º80.77%10.2%-
XYZ0.60.81.1-
YUV19.13131.87117.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=8.93%
G=44.64%
B=46.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal525260.810.0400.90182.8667.746.08
Hex5191A51405Ab7446
Octal53132121401322671046
Binary1011100111010101000110001011010101101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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