#052B36

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

Shades of Black Pearl #052B36

Tints of Black Pearl #052B36

Color information

#052B36 (or 0x052B36) is unknown color: approx Black Pearl. HEX triplet: 05, 2B and 36. RGB value is (5,43,54). Sum of RGB (Red+Green+Blue) = 5+43+54=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #052B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B36 is #FAD4C9. Grayscale: #202020. Windows color (decimal): -16438474 or 3549957. OLE color: 3549957.

HSL color Cylindrical-coordinate representation of color #052B36: hue angle of 193.47º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052B36 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54354-
CMYK0.910.2000.79
HSL193.47º83.05%11.57%-
HSV(B)193.47º90.74%21.18%-
XYZ1.592.033.8-
YUV32.89139.91108.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 54 (21.48% from 255) = 52.94%
R=4.90%
G=42.16%
B=52.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal543540.910.2000.79193.4783.0511.57
Hex52B365B1404Fc153c
Octal5536613324011730112314
Binary101101011110110101101110100010011111100000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,43,54); }

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

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

 a { background-color: rgb(5,43,54); }

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

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

 span { border-color: rgb(5,43,54); }

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