#051218

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

Shades of Black Pearl #051218

Tints of Black Pearl #051218

Color information

#051218 (or 0x051218) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 18. RGB value is (5,18,24). Sum of RGB (Red+Green+Blue) = 5+18+24=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #051218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051218 is #FAEDE7. Grayscale: #0E0E0E. Windows color (decimal): -16444904 or 1577477. OLE color: 1577477.

HSL color Cylindrical-coordinate representation of color #051218: hue angle of 198.95º 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 #051218 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51824-
CMYK0.790.2500.91
HSL198.95º65.52%5.69%-
HSV(B)198.95º79.17%9.41%-
XYZ0.440.530.94-
YUV14.8133.19121.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=10.64%
G=38.30%
B=51.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal518240.790.2500.91198.9565.525.69
Hex512184F1905Bc7426
Octal522301173101333071026
Binary101100101100010011111100101011011110001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051218; }

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

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

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

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

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

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

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

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