#082231

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

Shades of Black Pearl #082231

Tints of Black Pearl #082231

Color information

#082231 (or 0x082231) is unknown color: approx Black Pearl. HEX triplet: 08, 22 and 31. RGB value is (8,34,49). Sum of RGB (Red+Green+Blue) = 8+34+49=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #082231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082231 is #F7DDCE. Grayscale: #1B1B1B. Windows color (decimal): -16244175 or 3219976. OLE color: 3219976.

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

Color convert

RGB83449-
CMYK0.840.3100.81
HSL201.95º71.93%11.18%-
HSV(B)201.95º83.67%19.22%-
XYZ1.231.423.11-
YUV27.94139.89113.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=8.79%
G=37.36%
B=53.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal834490.840.3100.81201.9571.9311.18
Hex82231541F051ca48b
Octal10426112437012131211013
Binary1000100010110001101010011111010100011100101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082231; }

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

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

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

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

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

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

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

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