#051E24

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

Shades of Black Pearl #051E24

Tints of Black Pearl #051E24

Color information

#051E24 (or 0x051E24) is unknown color: approx Black Pearl. HEX triplet: 05, 1E and 24. RGB value is (5,30,36). Sum of RGB (Red+Green+Blue) = 5+30+36=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #051E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E24 is #FAE1DB. Grayscale: #171717. Windows color (decimal): -16441820 or 2366981. OLE color: 2366981.

HSL color Cylindrical-coordinate representation of color #051E24: hue angle of 191.61º 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 #051E24 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB53036-
CMYK0.860.1700.86
HSL191.61º75.61%8.04%-
HSV(B)191.61º86.11%14.12%-
XYZ0.851.091.83-
YUV23.21135.22115.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=7.04%
G=42.25%
B=50.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal530360.860.1700.86191.6175.618.04
Hex51E245611056c04c8
Octal5364412621012630011410
Binary10111110100100101011010001010101101100000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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