#052226

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

Shades of Black Pearl #052226

Tints of Black Pearl #052226

Color information

#052226 (or 0x052226) is unknown color: approx Black Pearl. HEX triplet: 05, 22 and 26. RGB value is (5,34,38). Sum of RGB (Red+Green+Blue) = 5+34+38=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #052226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052226 is #FADDD9. Grayscale: #191919. Windows color (decimal): -16440794 or 2499077. OLE color: 2499077.

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

Color convert

RGB53438-
CMYK0.870.1100.85
HSL187.27º76.74%8.43%-
HSV(B)187.27º86.84%14.9%-
XYZ0.981.322.04-
YUV25.78134.89113.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 34 (13.67% from 255) = 44.16%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=6.49%
G=44.16%
B=49.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal534380.870.1100.85187.2776.748.43
Hex5222657B055bb4d8
Octal5424612713012527311510
Binary10110001010011010101111011010101011011101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052226; }

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

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

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

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

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

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

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

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