#05191B

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

Shades of Black Pearl #05191B

Tints of Black Pearl #05191B

Color information

#05191B (or 0x05191B) is unknown color: approx Black Pearl. HEX triplet: 05, 19 and 1B. RGB value is (5,25,27). Sum of RGB (Red+Green+Blue) = 5+25+27=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #05191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191B is #FAE6E4. Grayscale: #131313. Windows color (decimal): -16443109 or 1775877. OLE color: 1775877.

HSL color Cylindrical-coordinate representation of color #05191B: hue angle of 185.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05191B is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52527-
CMYK0.810.0700.89
HSL185.45º68.75%6.27%-
HSV(B)185.45º81.48%10.59%-
XYZ0.610.811.16-
YUV19.25132.37117.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=8.77%
G=43.86%
B=47.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal525270.810.0700.89185.4568.756.27
Hex5191B517059b9456
Octal53133121701312711056
Binary1011100111011101000111101011001101110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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