#051126

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

Shades of Black Pearl #051126

Tints of Black Pearl #051126

Color information

#051126 (or 0x051126) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 26. RGB value is (5,17,38). Sum of RGB (Red+Green+Blue) = 5+17+38=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #051126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051126 is #FAEED9. Grayscale: #0F0F0F. Windows color (decimal): -16445146 or 2494725. OLE color: 2494725.

HSL color Cylindrical-coordinate representation of color #051126: hue angle of 218.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051126 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB51738-
CMYK0.870.5500.85
HSL218.18º76.74%8.43%-
HSV(B)218.18º86.84%14.9%-
XYZ0.610.571.91-
YUV15.81140.52120.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 38 (15.23% from 255) = 63.33%
R=8.33%
G=28.33%
B=63.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal517380.870.5500.85218.1876.748.43
Hex511265737055da4d8
Octal5214612767012533211510
Binary101100011001101010111110111010101011101101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051126; }

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

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

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

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

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

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

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

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