#051B2D

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

Shades of Black Pearl #051B2D

Tints of Black Pearl #051B2D

Color information

#051B2D (or 0x051B2D) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 2D. RGB value is (5,27,45). Sum of RGB (Red+Green+Blue) = 5+27+45=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #051B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B2D is #FAE4D2. Grayscale: #161616. Windows color (decimal): -16442579 or 2956037. OLE color: 2956037.

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

Color convert

RGB52745-
CMYK0.890.400.82
HSL207º80%9.8%-
HSV(B)207º88.89%17.65%-
XYZ0.931.012.63-
YUV22.47140.71115.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=6.49%
G=35.06%
B=58.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal527450.890.400.82207809.8
Hex51B2D5928052cf50a
Octal5335513150012231712012
Binary101110111011011011001101000010100101100111110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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