#05181D

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

Shades of Black Pearl #05181D

Tints of Black Pearl #05181D

Color information

#05181D (or 0x05181D) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 1D. RGB value is (5,24,29). Sum of RGB (Red+Green+Blue) = 5+24+29=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #05181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181D is #FAE7E2. Grayscale: #121212. Windows color (decimal): -16443363 or 1906693. OLE color: 1906693.

HSL color Cylindrical-coordinate representation of color #05181D: hue angle of 192.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05181D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52429-
CMYK0.830.1700.89
HSL192.5º70.59%6.67%-
HSV(B)192.5º82.76%11.37%-
XYZ0.610.771.28-
YUV18.89133.71118.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 29 (11.72% from 255) = 50%
R=8.62%
G=41.38%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal524290.830.1700.89192.570.596.67
Hex5181D5311059c0477
Octal530351232101313001077
Binary101110001110110100111000101011001110000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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