#05151C

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

Shades of Black Pearl #05151C

Tints of Black Pearl #05151C

Color information

#05151C (or 0x05151C) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 1C. RGB value is (5,21,28). Sum of RGB (Red+Green+Blue) = 5+21+28=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #05151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151C is #FAEAE3. Grayscale: #101010. Windows color (decimal): -16444132 or 1840389. OLE color: 1840389.

HSL color Cylindrical-coordinate representation of color #05151C: hue angle of 198.26º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05151C is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52128-
CMYK0.820.2500.89
HSL198.26º69.7%6.47%-
HSV(B)198.26º82.14%10.98%-
XYZ0.540.651.2-
YUV17.01134.2119.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=9.26%
G=38.89%
B=51.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal521280.820.2500.89198.2669.76.47
Hex5151C5219059c6466
Octal525341223101313061066
Binary101101011110010100101100101011001110001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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