#0D2322

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

Shades of Swamp #0D2322

Tints of Swamp #0D2322

Color information

#0D2322 (or 0x0D2322) is unknown color: approx Swamp. HEX triplet: 0D, 23 and 22. RGB value is (13,35,34). Sum of RGB (Red+Green+Blue) = 13+35+34=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2322 is #F2DCDD. Grayscale: #1C1C1C. Windows color (decimal): -15916254 or 2237197. OLE color: 2237197.

HSL color Cylindrical-coordinate representation of color #0D2322: hue angle of 177.27º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2322 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB133534-
CMYK0.6300.030.86
HSL177.27º45.83%9.41%-
HSV(B)177.27º62.86%13.73%-
XYZ1.061.41.73-
YUV28.31131.21117.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 34 (13.67% from 255) = 41.46%
R=15.85%
G=42.68%
B=41.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335340.6300.030.86177.2745.839.41
HexD23223F0356b12e9
Octal15434277031262615611
Binary11011000111000101111110111010110101100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,34); }

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

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

 a { background-color: rgb(13,35,34); }

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

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

 span { border-color: rgb(13,35,34); }

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