Html Css Color HEX #082827 Swamp

📋 copy color: '#082827'

red 8 ◦ green 40 ◦ blue 39

#082827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #082827

Tints of Swamp #082827

RGB

 RED value IS 8 (3.52% from 255) = 9.2%

 GREEN value IS 40 (16.02% from 255) = 45.98%

 BLUE value IS 39 (15.63% from 255) = 44.83%

R = 9.2%
G = 45.98%
B = 44.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#082827 (or 0x082827) is known color: 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

RGB 8 40 39 -
CMYK 0.80 0 0.02 0.84
HSL 178.13º 0.67% 0.09% -
HSV(B) 178.13º 0.8% 0.16% -
XYZ 1.23 1.72 2.19 -
YUV 30.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 8 40 39 0.80 0 0.02 0.84 178.13 0.67 0.09
Hex 8 28 27 50 0 2 54 B2 43 9
Octal 10 50 47 120 0 2 124 262 103 11
Binary 1000 101000 100111 1010000 0 10 1010100 10110010 1000011 1001

Color Harmonies of #082827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082827

Black with #082827

Text Example


Text Example

White with #082827

Text Example


Text Example

HTML Codes & Css Web 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>