#051C36

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

Shades of Black Pearl #051C36

Tints of Black Pearl #051C36

Color information

#051C36 (or 0x051C36) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 36. RGB value is (5,28,54). Sum of RGB (Red+Green+Blue) = 5+28+54=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #051C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C36 is #FAE3C9. Grayscale: #171717. Windows color (decimal): -16442314 or 3546117. OLE color: 3546117.

HSL color Cylindrical-coordinate representation of color #051C36: hue angle of 211.84º 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 #051C36 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52854-
CMYK0.910.4800.79
HSL211.84º83.05%11.57%-
HSV(B)211.84º90.74%21.18%-
XYZ1.141.133.65-
YUV24.09144.88114.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 54 (21.48% from 255) = 62.07%
R=5.75%
G=32.18%
B=62.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal528540.910.4800.79211.8483.0511.57
Hex51C365B3004Fd453c
Octal5346613360011732412314
Binary101111001101101011011110000010011111101010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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