#052326

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

Shades of Black Pearl #052326

Tints of Black Pearl #052326

Color information

#052326 (or 0x052326) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 26. RGB value is (5,35,38). Sum of RGB (Red+Green+Blue) = 5+35+38=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #052326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052326 is #FADCD9. Grayscale: #1A1A1A. Windows color (decimal): -16440538 or 2499333. OLE color: 2499333.

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

Color convert

RGB53538-
CMYK0.870.0800.85
HSL185.45º76.74%8.43%-
HSV(B)185.45º86.84%14.9%-
XYZ1.011.372.05-
YUV26.37134.56112.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=6.41%
G=44.87%
B=48.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal535380.870.0800.85185.4576.748.43
Hex52326578055b94d8
Octal5434612710012527111510
Binary10110001110011010101111000010101011011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052326; }

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

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

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

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

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

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

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

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