#051A24

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

Shades of Black Pearl #051A24

Tints of Black Pearl #051A24

Color information

#051A24 (or 0x051A24) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 24. RGB value is (5,26,36). Sum of RGB (Red+Green+Blue) = 5+26+36=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #051A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A24 is #FAE5DB. Grayscale: #141414. Windows color (decimal): -16442844 or 2365957. OLE color: 2365957.

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

Color convert

RGB52636-
CMYK0.860.2800.86
HSL199.35º75.61%8.04%-
HSV(B)199.35º86.11%14.12%-
XYZ0.750.91.8-
YUV20.86136.54116.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 26 (10.55% from 255) = 38.81%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=7.46%
G=38.81%
B=53.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal526360.860.2800.86199.3575.618.04
Hex51A24561C056c74c8
Octal5324412634012630711410
Binary10111010100100101011011100010101101100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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