#052A38

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

Shades of Black Pearl #052A38

Tints of Black Pearl #052A38

Color information

#052A38 (or 0x052A38) is unknown color: approx Black Pearl. HEX triplet: 05, 2A and 38. RGB value is (5,42,56). Sum of RGB (Red+Green+Blue) = 5+42+56=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #052A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A38 is #FAD5C7. Grayscale: #202020. Windows color (decimal): -16438728 or 3680773. OLE color: 3680773.

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

Color convert

RGB54256-
CMYK0.910.2500.78
HSL196.47º83.61%11.96%-
HSV(B)196.47º91.07%21.96%-
XYZ1.61.974.04-
YUV32.53141.24108.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 42 (16.80% from 255) = 40.78%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=4.85%
G=40.78%
B=54.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal542560.910.2500.78196.4783.6111.96
Hex52A385B1904Ec454c
Octal5527013331011630412414
Binary101101010111000101101111001010011101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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