#082827

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

Shades of Swamp #082827

Tints of Swamp #082827

Color information

#082827 (or 0x082827) is unknown color: approx Swamp. HEX triplet: 08, 28 and 27. RGB value is (8,40,39). Sum of RGB (Red+Green+Blue) = 8+40+39=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #082827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082827 is #F7D7D8. Grayscale: #1E1E1E. Windows color (decimal): -16242649 or 2566152. OLE color: 2566152.

HSL color Cylindrical-coordinate representation of color #082827: hue angle of 178.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082827 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB84039-
CMYK0.8000.020.84
HSL178.12º66.67%9.41%-
HSV(B)178.12º80%15.69%-
XYZ1.231.722.19-
YUV30.32132.9112.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=9.20%
G=45.98%
B=44.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840390.8000.020.84178.1266.679.41
Hex82827500254b2439
Octal1050471200212426210311
Binary1000101000100111101000001010101001011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082827; }

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

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

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

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

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

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

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

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