#082832

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

Shades of Black Pearl #082832

Tints of Black Pearl #082832

Color information

#082832 (or 0x082832) is unknown color: approx Black Pearl. HEX triplet: 08, 28 and 32. RGB value is (8,40,50). Sum of RGB (Red+Green+Blue) = 8+40+50=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #082832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082832 is #F7D7CD. Grayscale: #1F1F1F. Windows color (decimal): -16242638 or 3287048. OLE color: 3287048.

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

Color convert

RGB84050-
CMYK0.840.2000.80
HSL194.29º72.41%11.37%-
HSV(B)194.29º84%19.61%-
XYZ1.431.83.29-
YUV31.57138.4111.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=8.16%
G=40.82%
B=51.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal840500.840.2000.80194.2972.4111.37
Hex828325414050c248b
Octal10506212424012030211013
Binary1000101000110010101010010100010100001100001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082832; }

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

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

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

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

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

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

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

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