#051E29

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

Shades of Black Pearl #051E29

Tints of Black Pearl #051E29

Color information

#051E29 (or 0x051E29) is unknown color: approx Black Pearl. HEX triplet: 05, 1E and 29. RGB value is (5,30,41). Sum of RGB (Red+Green+Blue) = 5+30+41=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #051E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E29 is #FAE1D6. Grayscale: #171717. Windows color (decimal): -16441815 or 2694661. OLE color: 2694661.

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

Color convert

RGB53041-
CMYK0.880.2700.84
HSL198.33º78.26%9.02%-
HSV(B)198.33º87.8%16.08%-
XYZ0.931.122.27-
YUV23.78137.72114.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=6.58%
G=39.47%
B=53.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal530410.880.2700.84198.3378.269.02
Hex51E29581B054c64e9
Octal5365113033012430611611
Binary10111110101001101100011011010101001100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E29; }

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

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

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

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

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

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

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

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