#051F24

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

Shades of Black Pearl #051F24

Tints of Black Pearl #051F24

Color information

#051F24 (or 0x051F24) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 24. RGB value is (5,31,36). Sum of RGB (Red+Green+Blue) = 5+31+36=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #051F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F24 is #FAE0DB. Grayscale: #171717. Windows color (decimal): -16441564 or 2367237. OLE color: 2367237.

HSL color Cylindrical-coordinate representation of color #051F24: hue angle of 189.68º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051F24 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB53136-
CMYK0.860.1400.86
HSL189.68º75.61%8.04%-
HSV(B)189.68º86.11%14.12%-
XYZ0.871.141.84-
YUV23.8134.89114.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 36 (14.45% from 255) = 50%
R=6.94%
G=43.06%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal531360.860.1400.86189.6875.618.04
Hex51F2456E056be4c8
Octal5374412616012627611410
Binary1011111110010010101101110010101101011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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