#051B2F

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

Shades of Black Pearl #051B2F

Tints of Black Pearl #051B2F

Color information

#051B2F (or 0x051B2F) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 2F. RGB value is (5,27,47). Sum of RGB (Red+Green+Blue) = 5+27+47=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #051B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B2F is #FAE4D0. Grayscale: #161616. Windows color (decimal): -16442577 or 3087109. OLE color: 3087109.

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

Color convert

RGB52747-
CMYK0.890.4300.82
HSL208.57º80.77%10.2%-
HSV(B)208.57º89.36%18.43%-
XYZ0.971.022.84-
YUV22.7141.71115.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=6.33%
G=34.18%
B=59.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal527470.890.4300.82208.5780.7710.2
Hex51B2F592B052d151a
Octal5335713153012232112112
Binary101110111011111011001101011010100101101000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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