#051228

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

Shades of Black Pearl #051228

Tints of Black Pearl #051228

Color information

#051228 (or 0x051228) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 28. RGB value is (5,18,40). Sum of RGB (Red+Green+Blue) = 5+18+40=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #051228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051228 is #FAEDD7. Grayscale: #101010. Windows color (decimal): -16444888 or 2626053. OLE color: 2626053.

HSL color Cylindrical-coordinate representation of color #051228: hue angle of 217.71º 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 #051228 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB51840-
CMYK0.880.5500.84
HSL217.71º77.78%8.82%-
HSV(B)217.71º87.5%15.69%-
XYZ0.660.622.09-
YUV16.62141.19119.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=7.94%
G=28.57%
B=63.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal518400.880.5500.84217.7177.788.82
Hex512285837054da4e9
Octal5225013067012433211611
Binary101100101010001011000110111010101001101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051228; }

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

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

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

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

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

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

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

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