Html Css Color HEX #082525 Swamp

📋 copy color: '#082525'

red 8 ◦ green 37 ◦ blue 37

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

Shades of Swamp #082525

Tints of Swamp #082525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.12%

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 9.76%
G = 45.12%
B = 45.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#082525 (or 0x082525) is known color: Swamp. HEX triplet: 08, 25 and 25. RGB value is (8,37,37). Sum of RGB (Red+Green+Blue) = 8+37+37=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #082525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082525 is #F7DADA. Grayscale: #1C1C1C. Windows color (decimal): -16243419 or 2434312. OLE color: 2434312.

HSL color Cylindrical-coordinate representation of color #082525: hue angle of 180º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082525 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 37 -
CMYK 0.78 0 0 0.85
HSL 180º 0.64% 0.09% -
HSV(B) 180º 0.78% 0.15% -
XYZ 1.1 1.51 1.98 -
YUV 28.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 8 37 37 0.78 0 0 0.85 180 0.64 0.09
Hex 8 25 25 4E 0 0 55 B4 40 9
Octal 10 45 45 116 0 0 125 264 100 11
Binary 1000 100101 100101 1001110 0 0 1010101 10110100 1000000 1001

Color Harmonies of #082525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082525

Black with #082525

Text Example


Text Example

White with #082525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082525; }

 p { color: rgb(8,37,37); }

 H1.HeaderClassName
 {
   color: #082525;
 }
 .AnyTagClassName
 {
   color: #082525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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