#05151E

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

Shades of Black Pearl #05151E

Tints of Black Pearl #05151E

Color information

#05151E (or 0x05151E) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 1E. RGB value is (5,21,30). Sum of RGB (Red+Green+Blue) = 5+21+30=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #05151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151E is #FAEAE1. Grayscale: #111111. Windows color (decimal): -16444130 or 1971461. OLE color: 1971461.

HSL color Cylindrical-coordinate representation of color #05151E: hue angle of 201.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05151E is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB52130-
CMYK0.830.3000.88
HSL201.6º71.43%6.86%-
HSV(B)201.6º83.33%11.76%-
XYZ0.570.661.33-
YUV17.24135.2119.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=8.93%
G=37.5%
B=53.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal521300.830.3000.88201.671.436.86
Hex5151E531E058ca477
Octal525361233601303121077
Binary101101011111010100111111001011000110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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