#051F2E

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

Shades of Black Pearl #051F2E

Tints of Black Pearl #051F2E

Color information

#051F2E (or 0x051F2E) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 2E. RGB value is (5,31,46). Sum of RGB (Red+Green+Blue) = 5+31+46=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #051F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2E is #FAE0D1. Grayscale: #181818. Windows color (decimal): -16441554 or 3022597. OLE color: 3022597.

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

Color convert

RGB53146-
CMYK0.890.3300.82
HSL201.95º80.39%10%-
HSV(B)201.95º89.13%18.04%-
XYZ1.051.212.76-
YUV24.94139.89113.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=6.10%
G=37.80%
B=56.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal531460.890.3300.82201.9580.3910
Hex51F2E5921052ca50a
Octal5375613141012231212012
Binary101111111011101011001100001010100101100101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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