#0A2425

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

Shades of Swamp #0A2425

Tints of Swamp #0A2425

Color information

#0A2425 (or 0x0A2425) is unknown color: approx Swamp. HEX triplet: 0A, 24 and 25. RGB value is (10,36,37). Sum of RGB (Red+Green+Blue) = 10+36+37=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A2425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2425 is #F5DBDA. Grayscale: #1C1C1C. Windows color (decimal): -16112603 or 2434058. OLE color: 2434058.

HSL color Cylindrical-coordinate representation of color #0A2425: hue angle of 182.22º 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 #0A2425 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB103637-
CMYK0.730.0300.85
HSL182.22º57.45%9.22%-
HSV(B)182.22º72.97%14.51%-
XYZ1.091.461.97-
YUV28.34132.89114.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=12.05%
G=43.37%
B=44.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1036370.730.0300.85182.2257.459.22
HexA2425493055b6399
Octal124445111301252667111
Binary101010010010010110010011101010101101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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