#051124

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

Shades of Black Pearl #051124

Tints of Black Pearl #051124

Color information

#051124 (or 0x051124) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 24. RGB value is (5,17,36). Sum of RGB (Red+Green+Blue) = 5+17+36=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #051124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051124 is #FAEEDB. Grayscale: #0F0F0F. Windows color (decimal): -16445148 or 2363653. OLE color: 2363653.

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

Color convert

RGB51736-
CMYK0.860.5300.86
HSL216.77º75.61%8.04%-
HSV(B)216.77º86.11%14.12%-
XYZ0.580.561.75-
YUV15.58139.52120.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=8.62%
G=29.31%
B=62.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal517360.860.5300.86216.7775.618.04
Hex511245635056d94c8
Octal5214412665012633111410
Binary101100011001001010110110101010101101101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051124; }

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

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

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

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

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

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

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

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