#0C2323

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

Shades of Swamp #0C2323

Tints of Swamp #0C2323

Color information

#0C2323 (or 0x0C2323) is unknown color: approx Swamp. HEX triplet: 0C, 23 and 23. RGB value is (12,35,35). Sum of RGB (Red+Green+Blue) = 12+35+35=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #0C2323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2323 is #F3DCDC. Grayscale: #1C1C1C. Windows color (decimal): -15981789 or 2302732. OLE color: 2302732.

HSL color Cylindrical-coordinate representation of color #0C2323: hue angle of 180º 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 #0C2323 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB123535-
CMYK0.66000.86
HSL180º48.94%9.22%-
HSV(B)180º65.71%13.73%-
XYZ1.061.41.8-
YUV28.12131.88116.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.63%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=14.63%
G=42.68%
B=42.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1235350.66000.8618048.949.22
HexC2323420056b4319
Octal144343102001262646111
Binary11001000111000111000010001010110101101001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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