#051015

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

Shades of Black Pearl #051015

Tints of Black Pearl #051015

Color information

#051015 (or 0x051015) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 15. RGB value is (5,16,21). Sum of RGB (Red+Green+Blue) = 5+16+21=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #051015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051015 is #FAEFEA. Grayscale: #0D0D0D. Windows color (decimal): -16445419 or 1380357. OLE color: 1380357.

HSL color Cylindrical-coordinate representation of color #051015: hue angle of 198.75º 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 #051015 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51621-
CMYK0.760.2400.92
HSL198.75º61.54%5.1%-
HSV(B)198.75º76.19%8.24%-
XYZ0.380.460.78-
YUV13.28132.36122.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 21 (8.59% from 255) = 50%
R=11.90%
G=38.10%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal516210.760.2400.92198.7561.545.1
Hex510154C1805Cc73e5
Octal52025114300134307765
Binary10110000101011001100110000101110011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051015; }

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

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

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

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

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

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

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

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