#052B38

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

Shades of Black Pearl #052B38

Tints of Black Pearl #052B38

Color information

#052B38 (or 0x052B38) is unknown color: approx Black Pearl. HEX triplet: 05, 2B and 38. RGB value is (5,43,56). Sum of RGB (Red+Green+Blue) = 5+43+56=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #052B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B38 is #FAD4C7. Grayscale: #212121. Windows color (decimal): -16438472 or 3681029. OLE color: 3681029.

HSL color Cylindrical-coordinate representation of color #052B38: hue angle of 195.29º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052B38 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB54356-
CMYK0.910.2300.78
HSL195.29º83.61%11.96%-
HSV(B)195.29º91.07%21.96%-
XYZ1.642.054.05-
YUV33.12140.91107.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=4.81%
G=41.35%
B=53.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal543560.910.2300.78195.2983.6111.96
Hex52B385B1704Ec354c
Octal5537013327011630312414
Binary101101011111000101101110111010011101100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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