#05181B

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

Shades of Black Pearl #05181B

Tints of Black Pearl #05181B

Color information

#05181B (or 0x05181B) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 1B. RGB value is (5,24,27). Sum of RGB (Red+Green+Blue) = 5+24+27=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #05181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181B is #FAE7E4. Grayscale: #121212. Windows color (decimal): -16443365 or 1775621. OLE color: 1775621.

HSL color Cylindrical-coordinate representation of color #05181B: hue angle of 188.18º 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 #05181B is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52427-
CMYK0.810.1100.89
HSL188.18º68.75%6.27%-
HSV(B)188.18º81.48%10.59%-
XYZ0.590.761.15-
YUV18.66132.71118.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=8.93%
G=42.86%
B=48.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal524270.810.1100.89188.1868.756.27
Hex5181B51B059bc456
Octal530331211301312741056
Binary10111000110111010001101101011001101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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