#05151D

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

Shades of Black Pearl #05151D

Tints of Black Pearl #05151D

Color information

#05151D (or 0x05151D) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 1D. RGB value is (5,21,29). Sum of RGB (Red+Green+Blue) = 5+21+29=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #05151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151D is #FAEAE2. Grayscale: #111111. Windows color (decimal): -16444131 or 1905925. OLE color: 1905925.

HSL color Cylindrical-coordinate representation of color #05151D: hue angle of 200º 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 #05151D is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52129-
CMYK0.830.2800.89
HSL200º70.59%6.67%-
HSV(B)200º82.76%11.37%-
XYZ0.550.661.26-
YUV17.13134.7119.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=9.09%
G=38.18%
B=52.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal521290.830.2800.8920070.596.67
Hex5151D531C059c8477
Octal525351233401313101077
Binary101101011110110100111110001011001110010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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