#052126

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

Shades of Black Pearl #052126

Tints of Black Pearl #052126

Color information

#052126 (or 0x052126) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 26. RGB value is (5,33,38). Sum of RGB (Red+Green+Blue) = 5+33+38=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #052126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052126 is #FADED9. Grayscale: #191919. Windows color (decimal): -16441050 or 2498821. OLE color: 2498821.

HSL color Cylindrical-coordinate representation of color #052126: hue angle of 189.09º 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 #052126 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB53338-
CMYK0.870.1300.85
HSL189.09º76.74%8.43%-
HSV(B)189.09º86.84%14.9%-
XYZ0.961.262.03-
YUV25.2135.22113.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 38 (15.23% from 255) = 50%
R=6.58%
G=43.42%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal533380.870.1300.85189.0976.748.43
Hex5212657D055bd4d8
Octal5414612715012527511510
Binary10110000110011010101111101010101011011110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052126; }

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

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

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

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

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

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

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

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