#051018

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

Shades of Black Pearl #051018

Tints of Black Pearl #051018

Color information

#051018 (or 0x051018) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 18. RGB value is (5,16,24). Sum of RGB (Red+Green+Blue) = 5+16+24=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #051018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051018 is #FAEFE7. Grayscale: #0D0D0D. Windows color (decimal): -16445416 or 1576965. OLE color: 1576965.

HSL color Cylindrical-coordinate representation of color #051018: hue angle of 205.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051018 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51624-
CMYK0.790.3300.91
HSL205.26º65.52%5.69%-
HSV(B)205.26º79.17%9.41%-
XYZ0.410.470.93-
YUV13.62133.86121.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=11.11%
G=35.56%
B=53.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal516240.790.3300.91205.2665.525.69
Hex510184F2105Bcd426
Octal520301174101333151026
Binary1011000011000100111110000101011011110011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051018; }

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

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

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

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

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

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

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

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