#032325

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

Shades of Swamp #032325

Tints of Swamp #032325

Color information

#032325 (or 0x032325) is unknown color: approx 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

RGB33537-
CMYK0.920.0500.85
HSL183.53º85%7.84%-
HSV(B)183.53º91.89%14.51%-
XYZ0.971.351.96-
YUV25.66134.4111.84-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal335370.920.0500.85183.53857.84
Hex323255C5055b8558
Octal343451345012527012510
Binary111000111001011011100101010101011011100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>