#0A2426

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

Shades of Swamp #0A2426

Tints of Swamp #0A2426

Color information

#0A2426 (or 0x0A2426) is unknown color: approx Swamp. HEX triplet: 0A, 24 and 26. RGB value is (10,36,38). Sum of RGB (Red+Green+Blue) = 10+36+38=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A2426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2426 is #F5DBD9. Grayscale: #1C1C1C. Windows color (decimal): -16112602 or 2499594. OLE color: 2499594.

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

Color convert

RGB103638-
CMYK0.740.0500.85
HSL184.29º58.33%9.41%-
HSV(B)184.29º73.68%14.9%-
XYZ1.111.472.06-
YUV28.45133.39114.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=11.90%
G=42.86%
B=45.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1036380.740.0500.85184.2958.339.41
HexA24264A5055b83a9
Octal124446112501252707211
Binary1010100100100110100101010101010101101110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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