#051221

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

Shades of Black Pearl #051221

Tints of Black Pearl #051221

Color information

#051221 (or 0x051221) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 21. RGB value is (5,18,33). Sum of RGB (Red+Green+Blue) = 5+18+33=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #051221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051221 is #FAEDDE. Grayscale: #0F0F0F. Windows color (decimal): -16444895 or 2167301. OLE color: 2167301.

HSL color Cylindrical-coordinate representation of color #051221: hue angle of 212.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051221 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB51833-
CMYK0.850.4500.87
HSL212.14º73.68%7.45%-
HSV(B)212.14º84.85%12.94%-
XYZ0.550.571.52-
YUV15.82137.69120.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 33 (13.28% from 255) = 58.93%
R=8.93%
G=32.14%
B=58.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal518330.850.4500.87212.1473.687.45
Hex51221552D057d44a7
Octal522411255501273241127
Binary10110010100001101010110110101010111110101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051221; }

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

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

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

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

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

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

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

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