#082431

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

Shades of Black Pearl #082431

Tints of Black Pearl #082431

Color information

#082431 (or 0x082431) is unknown color: approx Black Pearl. HEX triplet: 08, 24 and 31. RGB value is (8,36,49). Sum of RGB (Red+Green+Blue) = 8+36+49=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #082431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082431 is #F7DBCE. Grayscale: #1D1D1D. Windows color (decimal): -16243663 or 3220488. OLE color: 3220488.

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

Color convert

RGB83649-
CMYK0.840.2700.81
HSL199.02º71.93%11.18%-
HSV(B)199.02º83.67%19.22%-
XYZ1.291.543.13-
YUV29.11139.22112.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=8.60%
G=38.71%
B=52.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal836490.840.2700.81199.0271.9311.18
Hex82431541B051c748b
Octal10446112433012130711013
Binary1000100100110001101010011011010100011100011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082431; }

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

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

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

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

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

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

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

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