#052436

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

Shades of Black Pearl #052436

Tints of Black Pearl #052436

Color information

#052436 (or 0x052436) is unknown color: approx Black Pearl. HEX triplet: 05, 24 and 36. RGB value is (5,36,54). Sum of RGB (Red+Green+Blue) = 5+36+54=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #052436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052436 is #FADBC9. Grayscale: #1C1C1C. Windows color (decimal): -16440266 or 3548165. OLE color: 3548165.

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

Color convert

RGB53654-
CMYK0.910.3300.79
HSL202.04º83.05%11.57%-
HSV(B)202.04º90.74%21.18%-
XYZ1.361.563.72-
YUV28.78142.23111.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 54 (21.48% from 255) = 56.84%
R=5.26%
G=37.89%
B=56.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal536540.910.3300.79202.0483.0511.57
Hex524365B2104Fca53c
Octal5446613341011731212314
Binary1011001001101101011011100001010011111100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052436; }

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

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

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

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

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

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

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

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