#0A2325

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

Shades of Swamp #0A2325

Tints of Swamp #0A2325

Color information

#0A2325 (or 0x0A2325) is unknown color: approx Swamp. HEX triplet: 0A, 23 and 25. RGB value is (10,35,37). Sum of RGB (Red+Green+Blue) = 10+35+37=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A2325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2325 is #F5DCDA. Grayscale: #1B1B1B. Windows color (decimal): -16112859 or 2433802. OLE color: 2433802.

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

Color convert

RGB103537-
CMYK0.730.0500.85
HSL184.44º57.45%9.22%-
HSV(B)184.44º72.97%14.51%-
XYZ1.061.41.96-
YUV27.75133.22115.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=12.20%
G=42.68%
B=45.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1035370.730.0500.85184.4457.459.22
HexA2325495055b8399
Octal124345111501252707111
Binary1010100011100101100100110101010101101110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2325; }

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

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

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

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

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

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

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

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