#051D2A

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

Shades of Black Pearl #051D2A

Tints of Black Pearl #051D2A

Color information

#051D2A (or 0x051D2A) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 2A. RGB value is (5,29,42). Sum of RGB (Red+Green+Blue) = 5+29+42=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #051D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2A is #FAE2D5. Grayscale: #171717. Windows color (decimal): -16442070 or 2759941. OLE color: 2759941.

HSL color Cylindrical-coordinate representation of color #051D2A: hue angle of 201.08º degrees, saturation: 0.79, 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 #051D2A is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52942-
CMYK0.880.3100.84
HSL201.08º78.72%9.22%-
HSV(B)201.08º88.1%16.47%-
XYZ0.921.082.35-
YUV23.31138.55114.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=6.58%
G=38.16%
B=55.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal529420.880.3100.84201.0878.729.22
Hex51D2A581F054c94f9
Octal5355213037012431111711
Binary10111101101010101100011111010101001100100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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