#052A34

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

Shades of Black Pearl #052A34

Tints of Black Pearl #052A34

Color information

#052A34 (or 0x052A34) is unknown color: approx Black Pearl. HEX triplet: 05, 2A and 34. RGB value is (5,42,52). Sum of RGB (Red+Green+Blue) = 5+42+52=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #052A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A34 is #FAD5CB. Grayscale: #1F1F1F. Windows color (decimal): -16438732 or 3418629. OLE color: 3418629.

HSL color Cylindrical-coordinate representation of color #052A34: hue angle of 192.77º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052A34 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB54252-
CMYK0.900.1900.80
HSL192.77º82.46%11.18%-
HSV(B)192.77º90.38%20.39%-
XYZ1.511.943.54-
YUV32.08139.24108.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=5.05%
G=42.42%
B=52.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal542520.900.1900.80192.7782.4611.18
Hex52A345A13050c152b
Octal5526413223012030112213
Binary101101010110100101101010011010100001100000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A34; }

 p { color: rgb(5,42,52); }

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

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

 a { background-color: rgb(5,42,52); }

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

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

 span { border-color: rgb(5,42,52); }

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