#052631

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

Shades of Black Pearl #052631

Tints of Black Pearl #052631

Color information

#052631 (or 0x052631) is unknown color: approx Black Pearl. HEX triplet: 05, 26 and 31. RGB value is (5,38,49). Sum of RGB (Red+Green+Blue) = 5+38+49=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #052631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052631 is #FAD9CE. Grayscale: #1D1D1D. Windows color (decimal): -16439759 or 3220997. OLE color: 3220997.

HSL color Cylindrical-coordinate representation of color #052631: hue angle of 195º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052631 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB53849-
CMYK0.900.2200.81
HSL195º81.48%10.59%-
HSV(B)195º89.8%19.22%-
XYZ1.311.643.15-
YUV29.39139.07110.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=5.43%
G=41.30%
B=53.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal538490.900.2200.8119581.4810.59
Hex526315A16051c351b
Octal5466113226012130312113
Binary101100110110001101101010110010100011100001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052631; }

 p { color: rgb(5,38,49); }

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

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

 a { background-color: rgb(5,38,49); }

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

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

 span { border-color: rgb(5,38,49); }

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