#051829

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

Shades of Black Pearl #051829

Tints of Black Pearl #051829

Color information

#051829 (or 0x051829) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 29. RGB value is (5,24,41). Sum of RGB (Red+Green+Blue) = 5+24+41=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #051829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051829 is #FAE7D6. Grayscale: #141414. Windows color (decimal): -16443351 or 2693125. OLE color: 2693125.

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

Color convert

RGB52441-
CMYK0.880.4100.84
HSL208.33º78.26%9.02%-
HSV(B)208.33º87.8%16.08%-
XYZ0.790.852.22-
YUV20.26139.71117.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=7.14%
G=34.29%
B=58.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal524410.880.4100.84208.3378.269.02
Hex518295829054d04e9
Octal5305113051012432011611
Binary101110001010011011000101001010101001101000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051829; }

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

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

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

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

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

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

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

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