#052A36

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

Shades of Black Pearl #052A36

Tints of Black Pearl #052A36

Color information

#052A36 (or 0x052A36) is unknown color: approx Black Pearl. HEX triplet: 05, 2A and 36. RGB value is (5,42,54). Sum of RGB (Red+Green+Blue) = 5+42+54=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #052A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A36 is #FAD5C9. Grayscale: #202020. Windows color (decimal): -16438730 or 3549701. OLE color: 3549701.

HSL color Cylindrical-coordinate representation of color #052A36: hue angle of 194.69º 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 #052A36 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54254-
CMYK0.910.2200.79
HSL194.69º83.05%11.57%-
HSV(B)194.69º90.74%21.18%-
XYZ1.561.953.79-
YUV32.3140.24108.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 42 (16.80% from 255) = 41.58%
BLUE value IS 54 (21.48% from 255) = 53.47%
R=4.95%
G=41.58%
B=53.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal542540.910.2200.79194.6983.0511.57
Hex52A365B1604Fc353c
Octal5526613326011730312314
Binary101101010110110101101110110010011111100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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