#051F2A

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

Shades of Black Pearl #051F2A

Tints of Black Pearl #051F2A

Color information

#051F2A (or 0x051F2A) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 2A. RGB value is (5,31,42). Sum of RGB (Red+Green+Blue) = 5+31+42=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #051F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2A is #FAE0D5. Grayscale: #181818. Windows color (decimal): -16441558 or 2760453. OLE color: 2760453.

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

Color convert

RGB53142-
CMYK0.880.2600.84
HSL197.84º78.72%9.22%-
HSV(B)197.84º88.1%16.47%-
XYZ0.971.182.37-
YUV24.48137.89114.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=6.41%
G=39.74%
B=53.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal531420.880.2600.84197.8478.729.22
Hex51F2A581A054c64f9
Octal5375213032012430611711
Binary10111111101010101100011010010101001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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