Html Css Color HEX #032325 Swamp

📋 copy color: '#032325'

red 3 ◦ green 35 ◦ blue 37

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

Shades of Swamp #032325

Tints of Swamp #032325

RGB

 RED value IS 3 (1.56% from 255) = 4%

 GREEN value IS 35 (14.06% from 255) = 46.67%

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

R = 4%
G = 46.67%
B = 49.33%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#032325 (or 0x032325) is known color: Swamp. HEX triplet: 03, 23 and 25. RGB value is (3,35,37). Sum of RGB (Red+Green+Blue) = 3+35+37=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #032325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032325 is #FCDCDA. Grayscale: #191919. Windows color (decimal): -16571611 or 2433795. OLE color: 2433795.

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

Color convert

RGB 3 35 37 -
CMYK 0.92 0.05 0 0.85
HSL 183.53º 0.85% 0.08% -
HSV(B) 183.53º 0.92% 0.15% -
XYZ 0.97 1.35 1.96 -
YUV 25.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 3 35 37 0.92 0.05 0 0.85 183.53 0.85 0.08
Hex 3 23 25 5C 5 0 55 B8 55 8
Octal 3 43 45 134 5 0 125 270 125 10
Binary 11 100011 100101 1011100 101 0 1010101 10111000 1010101 1000

Color Harmonies of #032325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032325

Black with #032325

Text Example


Text Example

White with #032325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032325; }

 p { color: rgb(3,35,37); }

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

background-color css

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

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

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

border-color css

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

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

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