#082531

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

Shades of Black Pearl #082531

Tints of Black Pearl #082531

Color information

#082531 (or 0x082531) is unknown color: approx Black Pearl. HEX triplet: 08, 25 and 31. RGB value is (8,37,49). Sum of RGB (Red+Green+Blue) = 8+37+49=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #082531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082531 is #F7DACE. Grayscale: #1D1D1D. Windows color (decimal): -16243407 or 3220744. OLE color: 3220744.

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

Color convert

RGB83749-
CMYK0.840.2400.81
HSL197.56º71.93%11.18%-
HSV(B)197.56º83.67%19.22%-
XYZ1.321.63.14-
YUV29.7138.89112.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=8.51%
G=39.36%
B=52.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal837490.840.2400.81197.5671.9311.18
Hex825315418051c648b
Octal10456112430012130611013
Binary1000100101110001101010011000010100011100011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082531; }

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

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

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

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

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

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

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

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