#051F2B

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

Shades of Black Pearl #051F2B

Tints of Black Pearl #051F2B

Color information

#051F2B (or 0x051F2B) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 2B. RGB value is (5,31,43). Sum of RGB (Red+Green+Blue) = 5+31+43=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #051F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2B is #FAE0D4. Grayscale: #181818. Windows color (decimal): -16441557 or 2825989. OLE color: 2825989.

HSL color Cylindrical-coordinate representation of color #051F2B: hue angle of 198.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051F2B is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53143-
CMYK0.880.2800.83
HSL198.95º79.17%9.41%-
HSV(B)198.95º88.37%16.86%-
XYZ0.991.192.46-
YUV24.59138.39114.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=6.33%
G=39.24%
B=54.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal531430.880.2800.83198.9579.179.41
Hex51F2B581C053c74f9
Octal5375313034012330711711
Binary10111111101011101100011100010100111100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,43); }

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

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

 a { background-color: rgb(5,31,43); }

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

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

 span { border-color: rgb(5,31,43); }

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