#0A2223

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

Shades of Swamp #0A2223

Tints of Swamp #0A2223

Color information

#0A2223 (or 0x0A2223) is unknown color: approx Swamp. HEX triplet: 0A, 22 and 23. RGB value is (10,34,35). Sum of RGB (Red+Green+Blue) = 10+34+35=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 35 (14.06% from 255 or 44.30% from 79); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2223 is #F5DDDC. Grayscale: #1A1A1A. Windows color (decimal): -16113117 or 2302474. OLE color: 2302474.

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

Color convert

RGB103435-
CMYK0.710.0300.86
HSL182.4º55.56%8.82%-
HSV(B)182.4º71.43%13.73%-
XYZ11.331.79-
YUV26.94132.55115.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 35 (14.06% from 255) = 44.30%
R=12.66%
G=43.04%
B=44.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1034350.710.0300.86182.455.568.82
HexA2223473056b6389
Octal124243107301262667011
Binary101010001010001110001111101010110101101101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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