#052336

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

Shades of Black Pearl #052336

Tints of Black Pearl #052336

Color information

#052336 (or 0x052336) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 36. RGB value is (5,35,54). Sum of RGB (Red+Green+Blue) = 5+35+54=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #052336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052336 is #FADCC9. Grayscale: #1C1C1C. Windows color (decimal): -16440522 or 3547909. OLE color: 3547909.

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

Color convert

RGB53554-
CMYK0.910.3500.79
HSL203.27º83.05%11.57%-
HSV(B)203.27º90.74%21.18%-
XYZ1.331.53.71-
YUV28.2142.56111.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=5.32%
G=37.23%
B=57.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535540.910.3500.79203.2783.0511.57
Hex523365B2304Fcb53c
Octal5436613343011731312314
Binary1011000111101101011011100011010011111100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052336; }

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

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

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

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

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

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

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

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