#0C2322

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

Shades of Swamp #0C2322

Tints of Swamp #0C2322

Color information

#0C2322 (or 0x0C2322) is unknown color: approx Swamp. HEX triplet: 0C, 23 and 22. RGB value is (12,35,34). Sum of RGB (Red+Green+Blue) = 12+35+34=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2322 is #F3DCDD. Grayscale: #1B1B1B. Windows color (decimal): -15981790 or 2237196. OLE color: 2237196.

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

Color convert

RGB123534-
CMYK0.6600.030.86
HSL177.39º48.94%9.22%-
HSV(B)177.39º65.71%13.73%-
XYZ1.041.41.73-
YUV28.01131.38116.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.81%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 34 (13.67% from 255) = 41.98%
R=14.81%
G=43.21%
B=41.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1235340.6600.030.86177.3948.949.22
HexC2322420356b1319
Octal144342102031262616111
Binary110010001110001010000100111010110101100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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