#052935

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

Shades of Black Pearl #052935

Tints of Black Pearl #052935

Color information

#052935 (or 0x052935) is unknown color: approx Black Pearl. HEX triplet: 05, 29 and 35. RGB value is (5,41,53). Sum of RGB (Red+Green+Blue) = 5+41+53=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #052935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052935 is #FAD6CA. Grayscale: #1F1F1F. Windows color (decimal): -16438987 or 3483909. OLE color: 3483909.

HSL color Cylindrical-coordinate representation of color #052935: hue angle of 195º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052935 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54153-
CMYK0.910.2300.79
HSL195º82.76%11.37%-
HSV(B)195º90.57%20.78%-
XYZ1.51.883.65-
YUV31.6140.07109.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=5.05%
G=41.41%
B=53.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541530.910.2300.7919582.7611.37
Hex529355B1704Fc353b
Octal5516513327011730312313
Binary101101001110101101101110111010011111100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052935; }

 p { color: rgb(5,41,53); }

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

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

 a { background-color: rgb(5,41,53); }

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

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

 span { border-color: rgb(5,41,53); }

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