#051D2D

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

Shades of Black Pearl #051D2D

Tints of Black Pearl #051D2D

Color information

#051D2D (or 0x051D2D) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 2D. RGB value is (5,29,45). Sum of RGB (Red+Green+Blue) = 5+29+45=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #051D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2D is #FAE2D2. Grayscale: #171717. Windows color (decimal): -16442067 or 2956549. OLE color: 2956549.

HSL color Cylindrical-coordinate representation of color #051D2D: hue angle of 204º degrees, saturation: 0.8, 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 #051D2D is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB52945-
CMYK0.890.3600.82
HSL204º80%9.8%-
HSV(B)204º88.89%17.65%-
XYZ0.981.12.64-
YUV23.65140.05114.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=6.33%
G=36.71%
B=56.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal529450.890.3600.82204809.8
Hex51D2D5924052cc50a
Octal5355513144012231412012
Binary101111011011011011001100100010100101100110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,45); }

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

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

 a { background-color: rgb(5,29,45); }

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

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

 span { border-color: rgb(5,29,45); }

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