#0D2425

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

Shades of Swamp #0D2425

Tints of Swamp #0D2425

Color information

#0D2425 (or 0x0D2425) is unknown color: approx Swamp. HEX triplet: 0D, 24 and 25. RGB value is (13,36,37). Sum of RGB (Red+Green+Blue) = 13+36+37=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D2425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2425 is #F2DBDA. Grayscale: #1D1D1D. Windows color (decimal): -15915995 or 2434061. OLE color: 2434061.

HSL color Cylindrical-coordinate representation of color #0D2425: hue angle of 182.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2425 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB133637-
CMYK0.650.0300.85
HSL182.5º48%9.8%-
HSV(B)182.5º64.86%14.51%-
XYZ1.131.481.98-
YUV29.24132.38116.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=15.12%
G=41.86%
B=43.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1336370.650.0300.85182.5489.8
HexD2425413055b630a
Octal154445101301252666012
Binary110110010010010110000011101010101101101101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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