#082532

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

Shades of Black Pearl #082532

Tints of Black Pearl #082532

Color information

#082532 (or 0x082532) is unknown color: approx Black Pearl. HEX triplet: 08, 25 and 32. RGB value is (8,37,50). Sum of RGB (Red+Green+Blue) = 8+37+50=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #082532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082532 is #F7DACD. Grayscale: #1D1D1D. Windows color (decimal): -16243406 or 3286280. OLE color: 3286280.

HSL color Cylindrical-coordinate representation of color #082532: hue angle of 198.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082532 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB83750-
CMYK0.840.2600.80
HSL198.57º72.41%11.37%-
HSV(B)198.57º84%19.61%-
XYZ1.341.613.26-
YUV29.81139.39112.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=8.42%
G=38.95%
B=52.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal837500.840.2600.80198.5772.4111.37
Hex82532541A050c748b
Octal10456212432012030711013
Binary1000100101110010101010011010010100001100011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082532; }

 p { color: rgb(8,37,50); }

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

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

 a { background-color: rgb(8,37,50); }

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

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

 span { border-color: rgb(8,37,50); }

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