#051D32

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

Shades of Black Pearl #051D32

Tints of Black Pearl #051D32

Color information

#051D32 (or 0x051D32) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 32. RGB value is (5,29,50). Sum of RGB (Red+Green+Blue) = 5+29+50=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #051D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D32 is #FAE2CD. Grayscale: #181818. Windows color (decimal): -16442062 or 3284229. OLE color: 3284229.

HSL color Cylindrical-coordinate representation of color #051D32: hue angle of 208º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051D32 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB52950-
CMYK0.900.4200.80
HSL208º81.82%10.78%-
HSV(B)208º90%19.61%-
XYZ1.081.143.18-
YUV24.22142.55114.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=5.95%
G=34.52%
B=59.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal529500.900.4200.8020881.8210.78
Hex51D325A2A050d052b
Octal5356213252012032012213
Binary101111011100101011010101010010100001101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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