#05292F

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

Shades of Black Pearl #05292F

Tints of Black Pearl #05292F

Color information

#05292F (or 0x05292F) is unknown color: approx Black Pearl. HEX triplet: 05, 29 and 2F. RGB value is (5,41,47). Sum of RGB (Red+Green+Blue) = 5+41+47=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #05292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292F is #FAD6D0. Grayscale: #1E1E1E. Windows color (decimal): -16438993 or 3090693. OLE color: 3090693.

HSL color Cylindrical-coordinate representation of color #05292F: hue angle of 188.57º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05292F is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB54147-
CMYK0.890.1300.82
HSL188.57º80.77%10.2%-
HSV(B)188.57º89.36%18.43%-
XYZ1.371.822.97-
YUV30.92137.07109.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 41 (16.41% from 255) = 44.09%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=5.38%
G=44.09%
B=50.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal541470.890.1300.82188.5780.7710.2
Hex5292F59D052bd51a
Octal5515713115012227512112
Binary10110100110111110110011101010100101011110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05292F; }

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

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

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

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

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

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

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

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