#051D36

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

Shades of Black Pearl #051D36

Tints of Black Pearl #051D36

Color information

#051D36 (or 0x051D36) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 36. RGB value is (5,29,54). Sum of RGB (Red+Green+Blue) = 5+29+54=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #051D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D36 is #FAE2C9. Grayscale: #181818. Windows color (decimal): -16442058 or 3546373. OLE color: 3546373.

HSL color Cylindrical-coordinate representation of color #051D36: hue angle of 210.61º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051D36 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52954-
CMYK0.910.4600.79
HSL210.61º83.05%11.57%-
HSV(B)210.61º90.74%21.18%-
XYZ1.171.183.66-
YUV24.67144.55113.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 54 (21.48% from 255) = 61.36%
R=5.68%
G=32.95%
B=61.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal529540.910.4600.79210.6183.0511.57
Hex51D365B2E04Fd353c
Octal5356613356011732312314
Binary101111011101101011011101110010011111101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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