#051229

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

Shades of Black Pearl #051229

Tints of Black Pearl #051229

Color information

#051229 (or 0x051229) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 29. RGB value is (5,18,41). Sum of RGB (Red+Green+Blue) = 5+18+41=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #051229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051229 is #FAEDD6. Grayscale: #101010. Windows color (decimal): -16444887 or 2691589. OLE color: 2691589.

HSL color Cylindrical-coordinate representation of color #051229: hue angle of 218.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051229 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB51841-
CMYK0.880.5600.84
HSL218.33º78.26%9.02%-
HSV(B)218.33º87.8%16.08%-
XYZ0.680.622.18-
YUV16.74141.69119.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 41 (16.41% from 255) = 64.06%
R=7.81%
G=28.12%
B=64.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal518410.880.5600.84218.3378.269.02
Hex512295838054da4e9
Octal5225113070012433211611
Binary101100101010011011000111000010101001101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051229; }

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

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

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

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

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

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

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

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