#082831

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

Shades of Black Pearl #082831

Tints of Black Pearl #082831

Color information

#082831 (or 0x082831) is unknown color: approx Black Pearl. HEX triplet: 08, 28 and 31. RGB value is (8,40,49). Sum of RGB (Red+Green+Blue) = 8+40+49=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #082831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082831 is #F7D7CE. Grayscale: #1F1F1F. Windows color (decimal): -16242639 or 3221512. OLE color: 3221512.

HSL color Cylindrical-coordinate representation of color #082831: hue angle of 193.17º 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 #082831 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB84049-
CMYK0.840.1800.81
HSL193.17º71.93%11.18%-
HSV(B)193.17º83.67%19.22%-
XYZ1.411.793.18-
YUV31.46137.9111.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=8.25%
G=41.24%
B=50.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal840490.840.1800.81193.1771.9311.18
Hex828315412051c148b
Octal10506112422012130111013
Binary1000101000110001101010010010010100011100000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082831; }

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

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

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

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

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

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

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

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