#051315

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

Shades of Black Pearl #051315

Tints of Black Pearl #051315

Color information

#051315 (or 0x051315) is unknown color: approx Black Pearl. HEX triplet: 05, 13 and 15. RGB value is (5,19,21). Sum of RGB (Red+Green+Blue) = 5+19+21=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #051315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051315 is #FAECEA. Grayscale: #0F0F0F. Windows color (decimal): -16444651 or 1381125. OLE color: 1381125.

HSL color Cylindrical-coordinate representation of color #051315: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051315 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51921-
CMYK0.760.1000.92
HSL187.5º61.54%5.1%-
HSV(B)187.5º76.19%8.24%-
XYZ0.430.550.79-
YUV15.04131.36120.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=11.11%
G=42.22%
B=46.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal519210.760.1000.92187.561.545.1
Hex513154CA05Cbc3e5
Octal52325114120134274765
Binary1011001110101100110010100101110010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051315; }

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

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

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

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

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

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

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

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